summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Handle test case where fgets() sees EOF on the last readbug2046Steven 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
| * Appease "make check-spaces"Steven Murdoch2011-08-24
| * Improve comments and fix one bugSteven Murdoch2011-08-24
| * We don't need to find our own path, just tell Windows to searchSteven Murdoch2011-08-24
| * Find test-child.exe by looking in same directory as test.exeSteven Murdoch2011-08-24
| * Fix compilation errors under *nixSteven Murdoch2011-08-23
| * Fix test cases to handle MSYS style paths (/c/foo rather than c:/foo)Steven Murdoch2011-08-22
| * Tidy up subprocess codeSteven Murdoch2011-08-22
| * Fix some compiler warningsSteven Murdoch2011-08-22
| * Revert change to libminiupnpc search pathSteven Murdoch2011-08-22
| * Merge branch 'bug1983-port-tor-fw-helper-to-windows' into bug2046Steven Murdoch2011-08-22
| |\
| | * Correct reference to libiphlpapi from libiphlapiSteven Murdoch2011-08-22
| | * Appease "make check spaces"Steven Murdoch2011-08-22
| | * Only link ws2_32 and iphlapi on windows.Nick Mathewson2011-08-19
| | * Link and build tor-fw-helper on WindowsSteven Murdoch2011-08-19
| * | Merge remote branch 'origin/master' into bug2046Steven Murdoch2011-08-18
| |\ \
| * | | Complete logging of output from port forwarding helperSteven Murdoch2011-08-18
| * | | Test case for reading the partial output of a background processSteven Murdoch2011-07-25
| * | | Fix compilation on non-Windows platformsSteven Murdoch2011-07-23
| * | | If hProcess is NULL, read_all_handle returns if it would blockSteven Murdoch2011-07-23
| * | | Use PeekNamedPipe to avoid blocking ReadFile when there is nothing to readSteven Murdoch2011-07-22
| * | | Add code to read all from a handle, but this block foreverSteven Murdoch2011-07-22
| * | | Add Windows version of tor_spawn_background and ancillary functionsSteven Murdoch2011-07-21
| * | | Generalize process spawning so its test compiles (but fails) in WindowsSteven Murdoch2011-07-21
| * | | Under Windows, call WSAStartup before using the networkSteven Murdoch2011-07-21
| * | | XXX Link in libiphlpapi (should be disabled on non Win32 platforms)Steven Murdoch2011-07-21
| * | | XXX Use static linking on Windows because miniupnpc doesn't work as DLLSteven Murdoch2011-07-21
| * | | XXX Hack to allow tor-fw-helper to be built on WindowsSteven Murdoch2011-07-21
* | | | Add a bufferevent note to startup logSebastian Hahn2011-08-29
* | | | Fix compilation on non-bufferevent systems after 3803 fix: oops.Nick Mathewson2011-08-29
* | | | Split out rephist parts of buckets_decrementNick Mathewson2011-08-29
* | | | add another heuristic for making release notesRoger Dingledine2011-08-28