summaryrefslogtreecommitdiff
path: root/src/or/buffers.c
AgeCommit message (Expand)Author
2006-09-22 r8894@Kushana: nickm | 2006-09-21 18:30:42 -0400Nick Mathewson
2006-09-19Merge in some bsockets calls, all wrapped inside #if defined(USE_BSOCKETS)Nick Mathewson
2006-08-28 r8609@Kushana: nickm | 2006-08-27 17:24:27 -0400Nick Mathewson
2006-08-25 r8576@Kushana: nickm | 2006-08-25 17:16:01 -0400Nick Mathewson
2006-08-24make our socks5 handling more robust to broken socks clients:Roger Dingledine
2006-07-15stick to nick's nul/null conventionRoger Dingledine
2006-06-24Turn a while into a do/while; save a redundant testNick Mathewson
2006-06-18Resolve control flow warning.Nick Mathewson
2006-06-18Ah. That seems to work.Nick Mathewson
2006-06-18another write_to_buf_zlib fix.Nick Mathewson
2006-06-18Re-enable buffer RAM guard values.Nick Mathewson
2006-06-18Another _zlib fix.Nick Mathewson
2006-06-18Temporarily disable sentinels on buffersNick Mathewson
2006-06-18make zlib buffer function set buf_highwater properlyNick Mathewson
2006-06-18Part of incremental encryption logic for buffers: there is a subtle yucky poi...Nick Mathewson
2006-04-08complain when we hit wsaenobufs on recv or write too.Roger Dingledine
2006-03-19Implement Jason Holt's SafeSocks config option.Roger Dingledine
2006-03-15resume being printist: if the hostname contains non-printableRoger Dingledine
2006-03-15Stop being printist: just because our local platform doesn'tRoger Dingledine
2006-03-12More cleanups noticed by weasel; also, remove macros that nobody uses.Nick Mathewson
2006-03-05Add some functions to escape values from the network before sending them to t...Nick Mathewson
2006-02-13convert some more source files to the new log conventionRoger Dingledine
2006-02-09Happy new year!Roger Dingledine
2005-12-14Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson
2005-12-10when we changed from log_fn to debug/info/notice/warn/err,Roger Dingledine
2005-12-09In my private little universe, terminals are still 80 columns. Impose a 160-...Nick Mathewson
2005-11-30assert_buf_ok was showing up in the profile; remove it from critical-path fun...Nick Mathewson
2005-11-16Add a new config option TestSocks so people can see if theirRoger Dingledine
2005-10-29Do round-robin writes of at most 16 kB per write. This mightRoger Dingledine
2005-10-25Remove last vestiges of old logging interface.Nick Mathewson
2005-10-24Use LD_BUG as appropriate; convert rend* and router* to new logging interface...Nick Mathewson
2005-10-18Migrate a few more files to domained loggingNick Mathewson
2005-10-14Try to extract as many descriptors as possible from truncated http responses....Nick Mathewson
2005-10-06Make doxygen marginally happierNick Mathewson
2005-09-30Never call free() on tor_malloc()d memory. This is unlikely to be our current...Nick Mathewson
2005-09-30Reformat inconsistent function declarations.Nick Mathewson
2005-09-24bugfix: we were whining about using socks4 or socks5-with-local-lookupRoger Dingledine
2005-08-30fix a pair of hard-coded urlsRoger Dingledine
2005-08-04Add SOCKSAndDNS link to appropriate log message, since we wind up pointing ev...Nick Mathewson
2005-07-12Add belt-and-suspenders fix to coredump from yesterday; document more functio...Nick Mathewson
2005-07-12fix a seg fault with autodetecting which controller version is being usedRoger Dingledine
2005-06-20overall cleanup and streamlining and doccingRoger Dingledine
2005-06-17Implement all the easy bits of the new control protocolNick Mathewson
2005-06-17Start implementing framework for revised control spec.Nick Mathewson
2005-06-11some more cleaning and docingRoger Dingledine
2005-06-11Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson
2005-06-11move more docs into our codeRoger Dingledine
2005-06-11flesh out the source file descriptions for doxygenRoger Dingledine
2005-06-09Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson
2005-06-09fix another underflow in keeping statsRoger Dingledine