aboutsummaryrefslogtreecommitdiff
path: root/src/or/buffers.c
Commit message (Expand)AuthorAge
* 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
* fix another underflow in keeping statsRoger Dingledine2005-06-09
* Fix an underflow in buffer use conting.Nick Mathewson2005-06-08
* Reset buf->highwater every time buf_shrink is called, not just on suffessful ...Nick Mathewson2005-06-08
* Some play code to throw away old buffers sometimes ratherRoger Dingledine2005-06-08
* Instrument buffers.c and rephist.c memory usageNick Mathewson2005-06-06
* first iteration of scrubbing sensitive strings from logs.Roger Dingledine2005-05-03
* Change some >=s to >s in buf_resize, so that we do not denormalize buffers on...Nick Mathewson2005-05-03
* Elaborate on buf_shrink comment.Nick Mathewson2005-05-02
* comment buf_shrinkRoger Dingledine2005-05-02
* Correct and simplify buf_shrink logicNick Mathewson2005-05-02
* When removing all bytes from a buffer, reset buf->cur=buf->memNick Mathewson2005-05-02
* Change buffer shrinking strategy: only try to shrink once every 3 minutes. D...Nick Mathewson2005-05-02
* Make buffer shrinking algorithm a little smarter.Nick Mathewson2005-05-02
* Re-do fragmented control message handling to work with new buf_t system.Nick Mathewson2005-04-27
* Appease VC7. It has a strangely puritanical attitude about what programmers a...Nick Mathewson2005-04-27
* Turn SENTINELS back on; give NOINLINE a name and turn it off.Nick Mathewson2005-04-27
* turn off the mongo debugging stuff, for performance testsRoger Dingledine2005-04-27
* Rename buf->start to buf->cur; fix bug in read_to_buf; still debug with paran...Nick Mathewson2005-04-27
* Add even more debugging code; temporarily disable inlines in buffers.cNick Mathewson2005-04-27
* fix function prototype, fix typoRoger Dingledine2005-04-26
* Avoid overflow on wrapping a TLS read.Nick Mathewson2005-04-26
* Clean/renormalize whitespaceNick Mathewson2005-04-26
* Change the implementation of buf_t a lot: make it a ring buffer to minimize m...Nick Mathewson2005-04-26
* bugfix: make a debug log stop lyingRoger Dingledine2005-04-25
* Fix "JAP-client" hideous ASN1 bug, twice. (Fix1: check more thoroughly for TL...Nick Mathewson2005-04-23
* tie MAX_DIR_SIZE to MAX_BUF_SIZERoger Dingledine2005-04-07
* update copyright notices.Nick Mathewson2005-04-01
* Renormalize whitespaceNick Mathewson2005-03-14
* Fix signed/unsigned warningNick Mathewson2005-03-10
* Specify and implement fragmented control messages to allow for (among other ...Nick Mathewson2005-03-02
* Forward-port new reasons; clean up code more; add code to convert new reasons...Nick Mathewson2005-03-01
* Change from inet_ntoa to a threadproof tor_inet_ntoa.Nick Mathewson2005-02-22
* update url for when users try to use socksport as an http proxyRoger Dingledine2005-01-03
* and forward port the cleanupRoger Dingledine2004-12-22
* fix a crash: if you do socks4 with an IP of 0.0.0.x then we get trickedRoger Dingledine2004-12-22
* rearrange debug logs to make more senseRoger Dingledine2004-12-07
* Spell-check strings and commentsNick Mathewson2004-12-01
* Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson2004-11-29