summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2012-04-03tor_vsscanf(): Don't return -1 if '%%' doesn't match.George Kadianakis
2012-03-30Have tor_parse_*long functions check for negative basesNick Mathewson
2012-03-30Remove a couple redundant NULL-checks before crypto_cipher_freeNick Mathewson
2012-03-28Make relays handle an address suggestion from a directory server giving an IP...Linus Nordberg
2012-03-27Excise PK_NO_PADDING entirely: Unpadded RSA is silly.Nick Mathewson
2012-03-27Use OpenSSL 1.0.1's EVP aes_ctr implementation when availableNick Mathewson
2012-03-27Refactor the API for setting up a block cipher.Nick Mathewson
2012-03-27Remove support for PK_NO_PADDING in crypto_pk_public_hybrid_encryptNick Mathewson
2012-03-27Log statement to help track down bug4091Nick Mathewson
2012-03-12Close fds on pipe() error in tor_spawn_background().George Kadianakis
2012-03-09Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-03-09Correctly handle broken escape sequences in torrc valuesNick Mathewson
2012-03-08Small fix in tor_sscanf documentationEsteban Manchado Velázquez
2012-03-08Fix typo in config parser documentationEsteban Manchado Velázquez
2012-03-08Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-03-08Fix compile warnings in openbsd mallocSebastian Hahn
2012-02-29Don't leak the env_vars_sorted smartlist in process_environment_makeNick Mathewson
2012-02-20Merge remote-tracking branch 'sebastian/bug5161'Nick Mathewson
2012-02-20Fix crypto_hmac_sha256 documentation commentRobert Ransom
2012-02-19Don't redeclare environ if std headers already didSebastian Hahn
2012-02-17Use get_environment(), not environ.Nick Mathewson
2012-02-17Merge branch 'bug5105-v2-squashed'Nick Mathewson
2012-02-17Heap-allocate strings returned by get_current_process_environment_variablesRobert Ransom
2012-02-17Pass process_environment_t * to tor_spawn_backgroundRobert Ransom
2012-02-17Remove (void)envp from tor_spawn_backgroundRobert Ransom
2012-02-17Change type of unixoid_environment_block to match tor_spawn_background's argRobert Ransom
2012-02-17Add set_environment_variable_in_smartlistRobert Ransom
2012-02-17Add get_current_process_environment_variablesRobert Ransom
2012-02-17Add process_environment_make and related utilitiesRobert Ransom
2012-02-17Add tor_callocRobert Ransom
2012-02-14Use _NSGetEnviron() instead of environ where requiredSebastian Hahn
2012-02-14Make ht.h conform to Tor's code style againSebastian Hahn
2012-02-13Port over the last ht.h changes from libevent: avoid _reserved identifiersNick Mathewson
2012-02-13Port over ht.h improvements from Libevent.Nick Mathewson
2012-02-13ht.h comment tweaks, upstreamed from libeventNick Mathewson
2012-02-12Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-02-10Properly protect paths to sed, sha1sum, opensslSebastian Hahn
2012-02-10Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-02-10Use correct CVE number for CVE-2011-4576. Found by fermenthor. bug 5066Nick Mathewson
2012-01-31Fix straggling MS_WINDOWS issues; add a changes fileNick Mathewson
2012-01-31Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32Nick Mathewson
2012-01-31Actually enable the windows absolute-path codeNick Mathewson
2012-01-18Rename nonconformant identifiers.Nick Mathewson
2012-01-18Merge remote-tracking branch 'public/bug4533_part1'Nick Mathewson
2012-01-18Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-01-18Fix SOCKET_OK test on win64.Nick Mathewson
2012-01-17Warn if sizeof(tor_socket_t) != sizeof(SOCKET)Nick Mathewson
2012-01-17Use SOCKET_OK macros in even more placesNick Mathewson
2012-01-16Convert instances of tor_malloc+tor_snprintf into tor_asprintfNick Mathewson
2012-01-16Rename smartlist_{v,}asprintf_add to smartlist_add_{v,}asprintfNick Mathewson