| Commit message (Expand) | Author | Age |
* | Instrument buffers.c and rephist.c memory usage•••svn:r4317
| Nick Mathewson | 2005-06-06 |
* | first iteration of scrubbing sensitive strings from logs.•••also generally clean up log messages.
svn:r4174
| Roger Dingledine | 2005-05-03 |
* | Change some >=s to >s in buf_resize, so that we do not denormalize buffers on...•••svn:r4172
| Nick Mathewson | 2005-05-03 |
* | Elaborate on buf_shrink comment.•••svn:r4169
| Nick Mathewson | 2005-05-02 |
* | comment buf_shrink•••svn:r4168
| Roger Dingledine | 2005-05-02 |
* | Correct and simplify buf_shrink logic•••svn:r4167
| Nick Mathewson | 2005-05-02 |
* | When removing all bytes from a buffer, reset buf->cur=buf->mem•••svn:r4166
| Nick Mathewson | 2005-05-02 |
* | Change buffer shrinking strategy: only try to shrink once every 3 minutes. D...•••svn:r4165
| Nick Mathewson | 2005-05-02 |
* | Make buffer shrinking algorithm a little smarter.•••svn:r4164
| Nick Mathewson | 2005-05-02 |
* | Re-do fragmented control message handling to work with new buf_t system.•••svn:r4144
| Nick Mathewson | 2005-04-27 |
* | Appease VC7. It has a strangely puritanical attitude about what programmers a...•••svn:r4140
| Nick Mathewson | 2005-04-27 |
* | Turn SENTINELS back on; give NOINLINE a name and turn it off.•••svn:r4139
| Nick Mathewson | 2005-04-27 |
* | turn off the mongo debugging stuff, for performance tests•••svn:r4137
| Roger Dingledine | 2005-04-27 |
* | Rename buf->start to buf->cur; fix bug in read_to_buf; still debug with paran...•••svn:r4130
| Nick Mathewson | 2005-04-27 |
* | Add even more debugging code; temporarily disable inlines in buffers.c•••svn:r4129
| Nick Mathewson | 2005-04-27 |
* | fix function prototype, fix typo•••svn:r4126
| Roger Dingledine | 2005-04-26 |
* | Avoid overflow on wrapping a TLS read.•••svn:r4125
| Nick Mathewson | 2005-04-26 |
* | Clean/renormalize whitespace•••svn:r4122
| Nick Mathewson | 2005-04-26 |
* | Change the implementation of buf_t a lot: make it a ring buffer to minimize m...•••svn:r4121
| Nick Mathewson | 2005-04-26 |
* | bugfix: make a debug log stop lying•••svn:r4110
| Roger Dingledine | 2005-04-25 |
* | Fix "JAP-client" hideous ASN1 bug, twice. (Fix1: check more thoroughly for TL...•••svn:r4085
| Nick Mathewson | 2005-04-23 |
* | tie MAX_DIR_SIZE to MAX_BUF_SIZE•••resolve bug 80
svn:r4052
| Roger Dingledine | 2005-04-07 |
* | update copyright notices.•••svn:r3982
| Nick Mathewson | 2005-04-01 |
* | Renormalize whitespace•••svn:r3757
| Nick Mathewson | 2005-03-14 |
* | Fix signed/unsigned warning•••svn:r3736
| Nick Mathewson | 2005-03-10 |
* | Specify and implement fragmented control messages to allow for (among other ...•••svn:r3726
| Nick Mathewson | 2005-03-02 |
* | Forward-port new reasons; clean up code more; add code to convert new reasons...•••svn:r3719
| Nick Mathewson | 2005-03-01 |
* | Change from inet_ntoa to a threadproof tor_inet_ntoa.•••svn:r3656
| Nick Mathewson | 2005-02-22 |
* | update url for when users try to use socksport as an http proxy•••svn:r3265
| Roger Dingledine | 2005-01-03 |
* | and forward port the cleanup•••svn:r3211
| Roger Dingledine | 2004-12-22 |
* | fix a crash: if you do socks4 with an IP of 0.0.0.x then we get tricked•••into thinking you're doing socks4a, and we look for the next byte.
thanks to aphex for finding this.
svn:r3207
| Roger Dingledine | 2004-12-22 |
* | rearrange debug logs to make more sense•••svn:r3116
| Roger Dingledine | 2004-12-07 |
* | Spell-check strings and comments•••svn:r3052
| Nick Mathewson | 2004-12-01 |
* | Suggestion from weasel: Make tor --version --version dump the cvs Id of every...•••svn:r3019
| Nick Mathewson | 2004-11-29 |
* | wrong is ok, and right is fine, but in between is apparently•••totally unacceptable to me.
svn:r3005
| Roger Dingledine | 2004-11-28 |
* | Normalize space: add one between every control keyword and control clause.•••svn:r3003
| Nick Mathewson | 2004-11-28 |
* | remember; tor_socket_errno has side effects!•••svn:r2997
| Nick Mathewson | 2004-11-28 |
* | remove emacs droppings, since nick says he doesn't need them anymore•••svn:r2989
| Roger Dingledine | 2004-11-26 |
* | clean up some more.•••i think i'm getting closer.
svn:r2931
| Roger Dingledine | 2004-11-21 |
* | Resolve FIXME items: fix assert failure on malformed socks4a qreuests. (bug r...•••svn:r2790
| Nick Mathewson | 2004-11-10 |
* | Add missing dereference; stop throwing zeroes around.•••svn:r2702
| Nick Mathewson | 2004-11-07 |
* | Clean up copyrights.•••Break connection_consider_empty_buckets() out of
connection_read_bucket_decrement().
svn:r2698
| Roger Dingledine | 2004-11-07 |
* | Make sure control command bodies are always followed by a NUL•••svn:r2678
| Nick Mathewson | 2004-11-04 |
* | Start implementing control interface.•••svn:r2652
| Nick Mathewson | 2004-11-03 |
* | Use strlcpy, not strcpy.•••svn:r2610
| Nick Mathewson | 2004-10-27 |
* | don't assert multiple things in the same tor_assert()•••svn:r2544
| Roger Dingledine | 2004-10-16 |
* | Build without warnings on mac gcc 3.3•••svn:r2487
| Nick Mathewson | 2004-10-14 |
* | more int to size_t conversions, fixing one or more amd64 bugs•••plus a whitespace patch on config.c from vicman
svn:r2482
| Roger Dingledine | 2004-10-14 |
* | parse HttpProxy address in config•••fix a potential confusion in fetch_from_buf_http()
make all our int config options non-negative
better bounds checking on options that are ports
svn:r2456
| Roger Dingledine | 2004-10-12 |
* | Add fix for remote-crash bug.•••svn:r2447
| Nick Mathewson | 2004-10-12 |