aboutsummaryrefslogtreecommitdiff
path: root/src/or/buffers.c
Commit message (Expand)AuthorAge
* simplify connection_watch_events()Roger Dingledine2007-04-25
* r12784@Kushana: nickm | 2007-04-23 19:24:09 -0400Nick Mathewson2007-04-23
* r12782@Kushana: nickm | 2007-04-23 18:20:19 -0400Nick Mathewson2007-04-23
* r12499@catbus: nickm | 2007-04-23 10:42:23 -0400Nick Mathewson2007-04-23
* r12496@catbus: nickm | 2007-04-22 23:04:05 -0400Nick Mathewson2007-04-23
* r12763@Kushana: nickm | 2007-04-20 18:42:58 -0400Nick Mathewson2007-04-21
* r12077@catbus: nickm | 2007-03-04 16:08:23 -0500Nick Mathewson2007-03-04
* doc pedantRoger Dingledine2007-02-24
* r11826@catbus: nickm | 2007-02-16 14:58:38 -0500Nick Mathewson2007-02-16
* r11775@catbus: nickm | 2007-02-12 16:39:09 -0500Nick Mathewson2007-02-12
* r11629@catbus: nickm | 2007-02-02 15:06:17 -0500Nick Mathewson2007-02-02
* r11957@Kushana: nickm | 2007-01-15 15:25:57 -0500Nick Mathewson2007-01-15
* r11824@Kushana: nickm | 2007-01-03 17:15:28 -0500Nick Mathewson2007-01-06
* when we're doing a write split over the end of a circularRoger Dingledine2006-12-14
* r11569@Kushana: nickm | 2006-12-13 17:59:58 -0500Nick Mathewson2006-12-13
* r11566@Kushana: nickm | 2006-12-13 17:46:24 -0500Nick Mathewson2006-12-13
* Infrastructure to test BEGIN_DIR cells.Roger Dingledine2006-12-13
* r9317@totoro: nickm | 2006-11-13 22:45:33 -0500Nick Mathewson2006-11-14
* r9308@totoro: nickm | 2006-11-13 18:41:23 -0500Nick Mathewson2006-11-14
* Avoid an infinite loop on evil controlport input. Fixes bug 350,Roger Dingledine2006-10-28
* 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