| 2006-06-29 |
Nick Mathewson | Apparent 311 fix: apparently passing Z_FINISH an empty... |
commit | commitdiff | tree | snapshot |
| 2006-06-29 |
Nick Mathewson | Harmless: Z_OK is not an acceptable answer to Z_FINISH. |
commit | commitdiff | tree | snapshot |
| 2006-06-29 |
Nick Mathewson | complete_only == !allow_partial. This enables useful... |
commit | commitdiff | tree | snapshot |
| 2006-06-28 |
Roger Dingledine | tab-man strikes again |
commit | commitdiff | tree | snapshot |
| 2006-06-28 |
Nick Mathewson | Fix another idiot bug causing symptom 309. Why cant... |
commit | commitdiff | tree | snapshot |
| 2006-06-28 |
Nick Mathewson | Add a check to try to make cache rebuild fail fast... |
commit | commitdiff | tree | snapshot |
| 2006-06-28 |
Nick Mathewson | Aaand re-disable the bogus test in get_body() |
commit | commitdiff | tree | snapshot |
| 2006-06-28 |
Nick Mathewson | Make sure that our calculated offsets for routers is... |
commit | commitdiff | tree | snapshot |
| 2006-06-28 |
Nick Mathewson | Actually enable mmap. That should improve matters. |
commit | commitdiff | tree | snapshot |
| 2006-06-27 |
Nick Mathewson | Likely fix for bug 309: when we calculate offsets after... |
commit | commitdiff | tree | snapshot |
| 2006-06-27 |
Roger Dingledine | specify the dir spec better (suggested by lexi) |
commit | commitdiff | tree | snapshot |
| 2006-06-25 |
Andrew Lewman | And, commit it correctly. |
commit | commitdiff | tree | snapshot |
| 2006-06-25 |
Andrew Lewman | Fix the messed up commit. |
commit | commitdiff | tree | snapshot |
| 2006-06-25 |
Andrew Lewman | Create binary osx un-installer, update perms on install... |
commit | commitdiff | tree | snapshot |
| 2006-06-24 |
Roger Dingledine | refuse to write an iso_time which we can't parse, when... |
commit | commitdiff | tree | snapshot |
| 2006-06-24 |
Nick Mathewson | Turn a while into a do/while; save a redundant test |
commit | commitdiff | tree | snapshot |
| 2006-06-24 |
Nick Mathewson | Apparently, zlib sometimes reports Z_BUF_ERROR on input... |
commit | commitdiff | tree | snapshot |
| 2006-06-22 |
Nick Mathewson | Mark some more TODO items done. |
commit | commitdiff | tree | snapshot |
| 2006-06-22 |
Nick Mathewson | Make some more verbose gcc warnings go away. |
commit | commitdiff | tree | snapshot |
| 2006-06-22 |
Nick Mathewson | Ooh, that could have been bad. Sort digests as digests... |
commit | commitdiff | tree | snapshot |
| 2006-06-22 |
Nick Mathewson | Fix a bunch of spaces. |
commit | commitdiff | tree | snapshot |
| 2006-06-22 |
Nick Mathewson | Set offset properly when parsing cache. |
commit | commitdiff | tree | snapshot |
| 2006-06-22 |
Nick Mathewson | #if out test that was failing because of an extra newline. |
commit | commitdiff | tree | snapshot |
| 2006-06-22 |
Nick Mathewson | Next batch of memory miserdom: mmap cached-routers... |
commit | commitdiff | tree | snapshot |
| 2006-06-21 |
Peter Palfrader | Fix 07_log_to_file_by_default in debian head |
commit | commitdiff | tree | snapshot |
| 2006-06-21 |
Nick Mathewson | When requesting or serving resources via fingerprint... |
commit | commitdiff | tree | snapshot |
| 2006-06-21 |
Andrew Lewman | Remove the osx version requirements on install due... |
commit | commitdiff | tree | snapshot |
| 2006-06-20 |
Peter Palfrader | <nickm> ooh, that log shouldn't be there. can you take... |
commit | commitdiff | tree | snapshot |
| 2006-06-20 |
Nick Mathewson | Fix bug in networkstatus spooling: spool more than... |
commit | commitdiff | tree | snapshot |
| 2006-06-20 |
Nick Mathewson | Fishy, but harmless. |
commit | commitdiff | tree | snapshot |
| 2006-06-20 |
Roger Dingledine | add a note for nick to fix |
commit | commitdiff | tree | snapshot |
| 2006-06-20 |
Nick Mathewson | Ah. We need a new zlib_state for each networkstatus... |
commit | commitdiff | tree | snapshot |
| 2006-06-20 |
Andrew Lewman | Minor fix to pre-instllation version check for OSX |
commit | commitdiff | tree | snapshot |
| 2006-06-20 |
Andrew Lewman | First crack at version checking for OSX installer. |
commit | commitdiff | tree | snapshot |
| 2006-06-20 |
Nick Mathewson | Start spooling v2 networkstatus docs as well. |
commit | commitdiff | tree | snapshot |
| 2006-06-18 |
Nick Mathewson | Fix a tricky crash: making the_directory heap-allocated... |
commit | commitdiff | tree | snapshot |
| 2006-06-18 |
Nick Mathewson | Fix an assert that still isnt the assert we are hunting. |
commit | commitdiff | tree | snapshot |
| 2006-06-18 |
Roger Dingledine | correct a function comment in compute_preferred_testing... |
commit | commitdiff | tree | snapshot |
| 2006-06-18 |
Nick Mathewson | Become capable of noticing that we are done sending... |
commit | commitdiff | tree | snapshot |
| 2006-06-18 |
Nick Mathewson | Resolve control flow warning. |
commit | commitdiff | tree | snapshot |
| 2006-06-18 |
Nick Mathewson | Ah. That seems to work. |
commit | commitdiff | tree | snapshot |
| 2006-06-18 |
Nick Mathewson | another write_to_buf_zlib fix. |
commit | commitdiff | tree | snapshot |
| 2006-06-18 |
Nick Mathewson | Backport candidate: implement the "is this uptime chang... |
commit | commitdiff | tree | snapshot |
| 2006-06-18 |
Nick Mathewson | Re-enable buffer RAM guard values. |
commit | commitdiff | tree | snapshot |
| 2006-06-18 |
Nick Mathewson | Another _zlib fix. |
commit | commitdiff | tree | snapshot |
| 2006-06-18 |
Nick Mathewson | Make connection_write_to_buf_zlib set outbuf_flushlen... |
commit | commitdiff | tree | snapshot |
| 2006-06-18 |
Nick Mathewson | write_to_buf != connection_write_to_buf. Also, add... |
commit | commitdiff | tree | snapshot |
| 2006-06-18 |
Nick Mathewson | Temporarily disable sentinels on buffers |
commit | commitdiff | tree | snapshot |
| 2006-06-18 |
Nick Mathewson | make zlib buffer function set buf_highwater properly |
commit | commitdiff | tree | snapshot |
| 2006-06-18 |
Nick Mathewson | Stop trying to refresh when we are out of data. |
commit | commitdiff | tree | snapshot |
| 2006-06-18 |
Nick Mathewson | And actually check the url when it exists. that might... |
commit | commitdiff | tree | snapshot |
| 2006-06-18 |
Nick Mathewson | That dir_refresh_src fix will only work if I enable it. |
commit | commitdiff | tree | snapshot |
| 2006-06-18 |
Nick Mathewson | Fix a couple of bugs in last patch. |
commit | commitdiff | tree | snapshot |
| 2006-06-18 |
Nick Mathewson | add coverage for a default case |
commit | commitdiff | tree | snapshot |
| 2006-06-18 |
Nick Mathewson | Oops. conn->requested_resource is client only. |
commit | commitdiff | tree | snapshot |
| 2006-06-18 |
Nick Mathewson | Instead of adding servers and v1 directories to buffers... |
commit | commitdiff | tree | snapshot |
| 2006-06-18 |
Nick Mathewson | remove non-germane comment |
commit | commitdiff | tree | snapshot |
| 2006-06-18 |
Nick Mathewson | Add tests for several of the more recently committed... |
commit | commitdiff | tree | snapshot |
| 2006-06-18 |
Nick Mathewson | perhaps the reason I rail against cut-and-paste program... |
commit | commitdiff | tree | snapshot |
| 2006-06-18 |
Nick Mathewson | Part of incremental encryption logic for buffers: there... |
commit | commitdiff | tree | snapshot |
| 2006-06-18 |
Nick Mathewson | Add some incremental encryption wrappers to torgzip... |
commit | commitdiff | tree | snapshot |
| 2006-06-18 |
Nick Mathewson | Add a memdup function to util |
commit | commitdiff | tree | snapshot |
| 2006-06-18 |
Nick Mathewson | Add smartlist_reverse and smartlist_pop_last. |
commit | commitdiff | tree | snapshot |
| 2006-06-16 |
Nick Mathewson | Clarify mmap and memory-use hacks. |
commit | commitdiff | tree | snapshot |
| 2006-06-16 |
Peter Palfrader | Fix configure.in to not produce broken configure files... |
commit | commitdiff | tree | snapshot |
| 2006-06-16 |
Roger Dingledine | clean up man page. expand on contactinfo a bit. |
commit | commitdiff | tree | snapshot |
| 2006-06-15 |
Peter Palfrader | Forward port 07_log_to_file_by_default.dpatch |
commit | commitdiff | tree | snapshot |
| 2006-06-15 |
Peter Palfrader | And a minor bugfix to the weaselhack |
commit | commitdiff | tree | snapshot |
| 2006-06-15 |
Roger Dingledine | fix spacing |
commit | commitdiff | tree | snapshot |
| 2006-06-15 |
Peter Palfrader | Add a /tor/dir-all-weaselhack directory resource so... |
commit | commitdiff | tree | snapshot |
| 2006-06-15 |
Roger Dingledine | fix recommended url in torrc.sample for server sign-up |
commit | commitdiff | tree | snapshot |
| 2006-06-15 |
Roger Dingledine | lower the number of seconds before we yell about clock... |
commit | commitdiff | tree | snapshot |
| 2006-06-14 |
Roger Dingledine | start checking for limits.h too. we should resume compiling |
commit | commitdiff | tree | snapshot |
| 2006-06-14 |
Roger Dingledine | upgrade the severity of the 'clock jump' warn, and... |
commit | commitdiff | tree | snapshot |
| 2006-06-14 |
Roger Dingledine | bugfix: discourage picking directory authorities as... |
commit | commitdiff | tree | snapshot |
| 2006-06-13 |
Nick Mathewson | eventdns: Apply a couple of patches from AGL; start... |
commit | commitdiff | tree | snapshot |
| 2006-06-13 |
Roger Dingledine | back off and add the $ at the beginning of the preferre... |
commit | commitdiff | tree | snapshot |
| 2006-06-13 |
Roger Dingledine | be more lax about recognizing valid hexdigests. |
commit | commitdiff | tree | snapshot |
| 2006-06-13 |
Roger Dingledine | now we can tell dirserv_dump_directory_to_string()... |
commit | commitdiff | tree | snapshot |
| 2006-06-13 |
Roger Dingledine | bugfix in exit_policy_is_general_exit() that weasel... |
commit | commitdiff | tree | snapshot |
| 2006-06-13 |
Roger Dingledine | first cut at a workaround for the reachability bug... |
commit | commitdiff | tree | snapshot |
| 2006-06-13 |
Roger Dingledine | export the default exit policy via the control port... |
commit | commitdiff | tree | snapshot |
| 2006-06-13 |
Roger Dingledine | Defense in depth: fix the reachability bug a second... |
commit | commitdiff | tree | snapshot |
| 2006-06-13 |
Roger Dingledine | harmless typo |
commit | commitdiff | tree | snapshot |
| 2006-06-13 |
Roger Dingledine | Fix the bug that was causing servers to not find themselves |
commit | commitdiff | tree | snapshot |
| 2006-06-13 |
Roger Dingledine | reintroduce the logic to exit_policy_is_general_exit... |
commit | commitdiff | tree | snapshot |
| 2006-06-12 |
Peter Palfrader | Make the Exit tag in status documents actually work... |
commit | commitdiff | tree | snapshot |
| 2006-06-12 |
Roger Dingledine | Finally solve the "closing wedged cpuworkers" bug.... |
commit | commitdiff | tree | snapshot |
| 2006-06-12 |
Roger Dingledine | typo, whitespace, and a clarification |
commit | commitdiff | tree | snapshot |
| 2006-06-12 |
Roger Dingledine | allow people to start their tor with runasdaemon set but |
commit | commitdiff | tree | snapshot |
| 2006-06-12 |
Peter Palfrader | Forward port changelog |
commit | commitdiff | tree | snapshot |
| 2006-06-11 |
Roger Dingledine | forward-port the 0.1.1.21 changelog. |
commit | commitdiff | tree | snapshot |
| 2006-06-11 |
Roger Dingledine | interim changelog for 0.1.2.1-alpha |
commit | commitdiff | tree | snapshot |
| 2006-06-10 |
Andrew Lewman | Remove echo -n to make start script slightly more reada... |
commit | commitdiff | tree | snapshot |
| 2006-06-10 |
Roger Dingledine | take out the reachability bandaid in 0.1.2.x as well. |
commit | commitdiff | tree | snapshot |
| 2006-06-10 |
Roger Dingledine | add TestVia to the man page |
commit | commitdiff | tree | snapshot |
| 2006-06-10 |
Roger Dingledine | clean up formatting in the man page |
commit | commitdiff | tree | snapshot |
| 2006-06-10 |
Roger Dingledine | Add a new config option TestVia, that lets you specify... |
commit | commitdiff | tree | snapshot |
| 2006-06-09 |
Nick Mathewson | Another escape() fix, for picky sprintfs. |
commit | commitdiff | tree | snapshot |
| 2006-06-09 |
Nick Mathewson | Override our notion of printability for esc_for_log... |
commit | commitdiff | tree | snapshot |
| next |