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