summaryrefslogtreecommitdiff
path: root/src/or/buffers.c
AgeCommit message (Expand)Author
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
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