aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Address nickm's comments at https://trac.torproject.org/projects/tor/ticket/9...Robert Hogan2011-11-30
* bug933 - Match against super-domains in MapAddressRobert Hogan2011-11-30
* Fix whitespace issues in patches merged today so farNick Mathewson2011-09-07
* chown() sockets when User option is setJérémy Bobbio2011-09-07
* fix a const warningNick Mathewson2011-09-07
* Merge branch 'bug3327_squashed'Nick Mathewson2011-09-07
|\
| * Report reason for generating descriptor in an HTTP headerNick Mathewson2011-09-07
| * Clean up HTTP request header generation a littleNick Mathewson2011-09-07
| * Upload descriptors more often when recent desc is unlistedNick Mathewson2011-09-07
|/
* Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-09-07
|\
| * Merge remote-tracking branch 'public/bug2649_squashed' into maint-0.2.2Nick Mathewson2011-09-07
| |\
| | * Increase default required uptime for HSDirs to 25 hoursRobert Ransom2011-06-03
| | * Add a VoteOnHidServDirectoriesV2 configuration optionRobert Ransom2011-06-03
* | | changes file for split_entry_conn (ticket 3627)Nick Mathewson2011-09-07
* | | Remove a now-needless test.Nick Mathewson2011-09-07
* | | Merge remote-tracking branch 'public/split_entry_conn'Nick Mathewson2011-09-07
|\ \ \
| * | | Move entry-only fields from edge_connection_t to entry_connection_tNick Mathewson2011-07-21
| * | | Add a new type entry_connection_t for entry connectionsNick Mathewson2011-07-21
* | | | Die if tor_vasprintf fails in connection_printf_to_bufRobert Ransom2011-09-07
* | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-09-07
|\ \ \ \ | | |/ / | |/| |
| * | | Look for correct "ar" to cross-compileNick Mathewson2011-09-07
* | | | Merge remote-tracking branch 'public/bug3851'Nick Mathewson2011-09-07
|\ \ \ \
| * | | | Make FetchUselessDescriptors fetch all desc typesNick Mathewson2011-08-29
* | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-09-06
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Fix assertion in addressmap_clear_excluded_trackexithostsNick Mathewson2011-09-06
* | | | | bump to 0.2.3.3-alpha-devRoger Dingledine2011-09-02
* | | | | merge in one moreRoger Dingledine2011-09-02
* | | | | Merge branch 'maint-0.2.2'Roger Dingledine2011-09-02
|\| | | |
| * | | | Correct man page: multiple control auth styles can be set at onceRoger Dingledine2011-09-02
* | | | | bump to 0.2.3.3-alphaRoger Dingledine2011-09-02
* | | | | fold in last changes itemRoger Dingledine2011-09-01
* | | | | Handle test case where fgets() sees EOF on the last readSteven Murdoch2011-09-01
* | | | | Merge branch 'bug3888'Nick Mathewson2011-09-01
|\ \ \ \ \
| * | | | | Changes file for bug3888Nick Mathewson2011-09-01
| * | | | | Explicitly set bucket_cfg to NULL after we freed itSebastian Hahn2011-09-01
* | | | | | Fix double-closing a stdio streamSteven Murdoch2011-09-01
|/ / / / /
* | | | | clean 0.2.3.3-alpha changelogRoger Dingledine2011-09-01
* | | | | Tweaks on last process-launch patchesNick Mathewson2011-08-31
* | | | | Make a version of tor_read_all_handle() for non-Windows platformsSteven Murdoch2011-09-01
* | | | | Fix off-by-one error when allocating memory in test_util_split_lines()Steven Murdoch2011-08-31
* | | | | First draft of an 0.2.3.3-alpha changelogNick Mathewson2011-08-31
* | | | | Add a missing include to util.c to get waitpid() on LinuxNick Mathewson2011-08-31
* | | | | Rename tor_join_cmdline to tor_join_win_cmdline; tweak doxygenNick Mathewson2011-08-30
* | | | | Merge remote-tracking branch 'sjmurdoch/bug2046'Nick Mathewson2011-08-30
|\ \ \ \ \
| * | | | | Document limitation of log_from_handle with partial readsSteven Murdoch2011-08-30
| * | | | | Factor out and re-write code for splitting lines from a handleSteven Murdoch2011-08-30
| * | | | | Refactor out command line formattingSteven Murdoch2011-08-29
| * | | | | Add a sanity checkSteven Murdoch2011-08-29
| * | | | | Replace two magic tristates with #define'd namesSteven Murdoch2011-08-29
| * | | | | Make signature of tor_spawn_background more conventionalSteven Murdoch2011-08-28