aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
* Fix a bunch of whitespace errorsNick Mathewson2011-10-11
* Add some points to make it easy to turn off v3 supportNick Mathewson2011-10-10
* Quiet two notices, and spelling mistake cleanupSebastian Hahn2011-10-10
* Give tor_cert_get_id_digests() fail-fast behaviorNick Mathewson2011-10-10
* Fix some more issues wrt tor_cert_new found by asnNick Mathewson2011-10-10
* Generate certificates that enable v3 handshakeNick Mathewson2011-10-10
* Remove a no-longer-relevant commentNick Mathewson2011-10-10
* Make tor_tls_cert_is_valid check key lengthsNick Mathewson2011-10-10
* Function to return peer cert as tor_tls_certNick Mathewson2011-10-10
* Add AUTH keys as specified in proposal 176Nick Mathewson2011-10-10
* Functions to get a public RSA key from a certNick Mathewson2011-10-10
* Function to detect certificate types that signal v3 certificatesNick Mathewson2011-10-10
* Function to get digests of the certs and their keysNick Mathewson2011-10-10
* More functions to manipulate certs received in cellsNick Mathewson2011-10-10
* Function to extract the TLSSECRETS field for v3 handshakesNick Mathewson2011-10-10
* Add a sha256 hmac function, with testsNick Mathewson2011-10-10
* Turn X509 certificates into a first-class type and add some functionsNick Mathewson2011-10-10
* New function to get all digests of a public keyNick Mathewson2011-10-10
* Fix a compile warning on OS X 10.6 and upSebastian Hahn2011-10-11
* Add a missing comma in tor_check_port_forwardingNick Mathewson2011-10-10
* Merge remote-tracking branch 'asn2/bug3656'Nick Mathewson2011-10-07
|\
| * Make it compile on Windows™.George Kadianakis2011-10-07
| * Put some sense into our logging.George Kadianakis2011-09-12
| * Make check-spaces happy.George Kadianakis2011-09-11
| * Enforce transport names being C identifiers.George Kadianakis2011-09-11
| * Introduce tor_terminate_process() function.George Kadianakis2011-09-11
| * Improve the code a tad.George Kadianakis2011-08-15
| * Reuse get_string_from_pipe() in log_from_pipe().George Kadianakis2011-07-18
| * Replaced ST_* enum prefix for stream status with IO_STREAM_*.George Kadianakis2011-07-18
| * Make some utility functions.George Kadianakis2011-07-13
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-10-03
|\ \
| * | Looks like Windows version 6.2 will be Windows 8Sebastian Hahn2011-10-01
* | | Make bufferevents work with TokenBucketRefillIntervalNick Mathewson2011-09-22
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-09-20
|\| |
| * | Fix a potentially useless integer overflow check.Mansour Moufid2011-09-20
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-09-09
|\| |
| * | Check for lround with autoconf; fall back to rint.Nick Mathewson2011-08-30
| * | Fix a compilation issue on older FreeBSDsSebastian Hahn2011-08-30
* | | Fix double-closing a stdio streamSteven Murdoch2011-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
* | | 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