| Commit message (Expand) | Author | Age |
* | Add a sha256 hmac function, with tests | Nick Mathewson | 2011-10-10 |
* | Merge remote-tracking branch 'public/bug2003_nm' | Nick Mathewson | 2011-10-07 |
|\ |
|
| * | Make the unit tests pass again after the bug2003 fix | Nick Mathewson | 2011-09-07 |
* | | Merge remote-tracking branch 'asn2/bug3656' | Nick Mathewson | 2011-10-07 |
|\ \ |
|
| * | | Revive our beautiful unit tests. | George Kadianakis | 2011-10-07 |
| * | | Updated #includes etc. to use transports.[ch]. | George Kadianakis | 2011-07-18 |
| * | | Add some unit tests. | George Kadianakis | 2011-07-13 |
| * | | Make some utility functions. | George Kadianakis | 2011-07-13 |
* | | | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-09-09 |
|\ \ \ |
|
| * | | | Use %f with printf-style formatting, not %lf | Nick Mathewson | 2011-08-30 |
| | |/
| |/| |
|
* | | | Handle test case where fgets() sees EOF on the last read | Steven Murdoch | 2011-09-01 |
* | | | Fix double-closing a stdio stream | Steven Murdoch | 2011-09-01 |
* | | | Tweaks on last process-launch patches | Nick Mathewson | 2011-08-31 |
* | | | Make a version of tor_read_all_handle() for non-Windows platforms | Steven Murdoch | 2011-09-01 |
* | | | Fix off-by-one error when allocating memory in test_util_split_lines() | Steven Murdoch | 2011-08-31 |
* | | | Rename tor_join_cmdline to tor_join_win_cmdline; tweak doxygen | Nick Mathewson | 2011-08-30 |
* | | | Factor out and re-write code for splitting lines from a handle | Steven Murdoch | 2011-08-30 |
* | | | Refactor out command line formatting | Steven Murdoch | 2011-08-29 |
* | | | Replace two magic tristates with #define'd names | Steven Murdoch | 2011-08-29 |
* | | | Make signature of tor_spawn_background more conventional | Steven Murdoch | 2011-08-28 |
* | | | Appease "make check-spaces" | Steven Murdoch | 2011-08-24 |
* | | | We don't need to find our own path, just tell Windows to search | Steven Murdoch | 2011-08-24 |
* | | | Find test-child.exe by looking in same directory as test.exe | Steven Murdoch | 2011-08-24 |
* | | | Fix test cases to handle MSYS style paths (/c/foo rather than c:/foo) | Steven Murdoch | 2011-08-22 |
* | | | Tidy up subprocess code | Steven Murdoch | 2011-08-22 |
* | | | Fix some compiler warnings | Steven Murdoch | 2011-08-22 |
* | | | Merge remote branch 'origin/master' into bug2046 | Steven Murdoch | 2011-08-18 |
|\ \ \ |
|
| * | | | Clean up bridge-stats code. | Karsten Loesing | 2011-08-04 |
| * | | | Separate generation of an entry-stats string from writing it to disk. | Karsten Loesing | 2011-08-04 |
| * | | | Separate generation of a dirreq-stats string from writing it to disk. | Karsten Loesing | 2011-08-04 |
| * | | | Add unit tests for buffer-stats. | Karsten Loesing | 2011-08-04 |
| * | | | Unit test for generic_buffer_set_to_copy | Nick Mathewson | 2011-07-20 |
* | | | | Complete logging of output from port forwarding helper | Steven Murdoch | 2011-08-18 |
* | | | | Test case for reading the partial output of a background process | Steven Murdoch | 2011-07-25 |
* | | | | Use PeekNamedPipe to avoid blocking ReadFile when there is nothing to read | Steven Murdoch | 2011-07-22 |
* | | | | Add code to read all from a handle, but this block forever | Steven Murdoch | 2011-07-22 |
* | | | | Add Windows version of tor_spawn_background and ancillary functions | Steven Murdoch | 2011-07-21 |
* | | | | Generalize process spawning so its test compiles (but fails) in Windows | Steven Murdoch | 2011-07-21 |
|/ / / |
|
* | | | Remove compare_addr_to_addr_policy | Nick Mathewson | 2011-07-15 |
* | | | Merge remote-tracking branch 'public/bug1666' | Nick Mathewson | 2011-07-13 |
|\ \ \ |
|
| * | | | Refactor fetch_from_buf_socks() to be greedy | Nick Mathewson | 2011-06-29 |
| * | | | Refactor socks unit tests into a suite of their own | Nick Mathewson | 2011-06-29 |
| * | | | Record username/password data in socks_request_t | Nick Mathewson | 2011-06-29 |
| * | | | Fix 'make check-spaces' | Nick Mathewson | 2011-06-29 |
| * | | | bug1666 - Pass-through support for SOCKS5 authentication(4) | Robert Hogan | 2010-12-14 |
| * | | | bug1666 - Pass-through support for SOCKS5 authentication (2) | Robert Hogan | 2010-12-14 |
| * | | | bug1666 - Pass-through support for SOCKS5 authentication | Robert Hogan | 2010-12-14 |
* | | | | Check return value of crypto_global_init in test.c | Nick Mathewson | 2011-07-01 |
* | | | | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-06-22 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Fix minor comment issues | Robert Ransom | 2011-06-22 |