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