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