| 2014-11-12 |
Nick Mathewson | Replace operators used as macro arguments with OP_XX... |
commit | commitdiff | tree | snapshot |
| 2014-11-12 |
Nick Mathewson | Merge branch 'ticket13172' |
commit | commitdiff | tree | snapshot |
| 2014-11-12 |
Nick Mathewson | Reenhappy make check-spaces |
commit | commitdiff | tree | snapshot |
| 2014-11-12 |
Nick Mathewson | Merge remote-tracking branch 'rl1987/bug13644' |
commit | commitdiff | tree | snapshot |
| 2014-11-12 |
Nick Mathewson | tweak 9812 changes file |
commit | commitdiff | tree | snapshot |
| 2014-11-12 |
Nick Mathewson | Merge remote-tracking branch 'rl1987/bug9812' |
commit | commitdiff | tree | snapshot |
| 2014-11-12 |
Nick Mathewson | Merge remote-tracking branch 'public/bug13698_024_v1' |
commit | commitdiff | tree | snapshot |
| 2014-11-12 |
Nick Mathewson | Revise changes file |
commit | commitdiff | tree | snapshot |
| 2014-11-11 |
rl1987 | Adding changes file for 13644. |
commit | commitdiff | tree | snapshot |
| 2014-11-11 |
rl1987 | Renaming ROUTER_WAS_NOT_NEW to ROUTER_IS_ALREADY_KNOWN. |
commit | commitdiff | tree | snapshot |
| 2014-11-11 |
rl1987 | Comment possible values of was_router_added_t. |
commit | commitdiff | tree | snapshot |
| 2014-11-10 |
David Goulet | Fix: don't report timeout when closing parallel intro... |
commit | commitdiff | tree | snapshot |
| 2014-11-10 |
Nick Mathewson | Document networkstatus-bridges |
commit | commitdiff | tree | snapshot |
| 2014-11-09 |
rl1987 | Adding changes file for 9812. |
commit | commitdiff | tree | snapshot |
| 2014-11-09 |
rl1987 | Print a warning when extra info document is found incom... |
commit | commitdiff | tree | snapshot |
| 2014-11-09 |
rl1987 | Downgrade RSA signature verification failure error... |
commit | commitdiff | tree | snapshot |
| 2014-11-09 |
rl1987 | Fixing typo in manpage. |
commit | commitdiff | tree | snapshot |
| 2014-11-07 |
David Goulet | Wrong format in log statement |
commit | commitdiff | tree | snapshot |
| 2014-11-07 |
Nick Mathewson | test_checkdir.c: Perhaps this is what will make this... |
commit | commitdiff | tree | snapshot |
| 2014-11-07 |
Nick Mathewson | test_checkdir.c: try to make it pass on windows |
commit | commitdiff | tree | snapshot |
| 2014-11-06 |
Nick Mathewson | Define macros meaning <,>,==,!=,<=,>= |
commit | commitdiff | tree | snapshot |
| 2014-11-06 |
Nick Mathewson | Throw identify-node-by-nickname down the memory hole |
commit | commitdiff | tree | snapshot |
| 2014-11-05 |
Nick Mathewson | Try to fix test_checkdir windows compilation more |
commit | commitdiff | tree | snapshot |
| 2014-11-05 |
Nick Mathewson | Try to fix test_checkdir windows compilation |
commit | commitdiff | tree | snapshot |
| 2014-11-05 |
Nick Mathewson | chgrp the testing tempdir to ourself to clear the stick... |
commit | commitdiff | tree | snapshot |
| 2014-11-05 |
Nick Mathewson | 11291: Fix warnings, add changes file, rename 'mask'. |
commit | commitdiff | tree | snapshot |
| 2014-11-05 |
Nick Mathewson | Merge remote-tracking branch 'meejah/ticket-11291-extra... |
commit | commitdiff | tree | snapshot |
| 2014-11-04 |
Nick Mathewson | Changes file for Andrea's work on 6456 |
commit | commitdiff | tree | snapshot |
| 2014-11-04 |
Nick Mathewson | Fix a wide line I introduced |
commit | commitdiff | tree | snapshot |
| 2014-11-04 |
Nick Mathewson | Fix unused-argument warnings |
commit | commitdiff | tree | snapshot |
| 2014-11-04 |
Nick Mathewson | Merge remote-tracking branch 'andrea/ticket6456' |
commit | commitdiff | tree | snapshot |
| 2014-11-04 |
Nick Mathewson | Update verbiage in README to mention autogen.sh |
commit | commitdiff | tree | snapshot |
| 2014-11-04 |
Nick Mathewson | Merge branch 'bug13315_squashed' |
commit | commitdiff | tree | snapshot |
| 2014-11-04 |
Nick Mathewson | fix indentation |
commit | commitdiff | tree | snapshot |
| 2014-11-04 |
Nick Mathewson | Use correct argument types for inet_pton. |
commit | commitdiff | tree | snapshot |
| 2014-11-04 |
rl1987 | Sending 'Not allowed' error message before closing... |
commit | commitdiff | tree | snapshot |
| 2014-11-04 |
rl1987 | Adding changes file for 13315. |
commit | commitdiff | tree | snapshot |
| 2014-11-04 |
rl1987 | Checking if FQDN is actually IPv6 address string and... |
commit | commitdiff | tree | snapshot |
| 2014-11-04 |
rl1987 | Adding helper function that checks if string is a valid... |
commit | commitdiff | tree | snapshot |
| 2014-11-04 |
rl1987 | Validating SOCKS5 hostname more correctly. |
commit | commitdiff | tree | snapshot |
| 2014-11-04 |
rl1987 | Introducing helper function to validate IPv4 address... |
commit | commitdiff | tree | snapshot |
| 2014-11-04 |
rl1987 | Introducing helper function to validate DNS name strings. |
commit | commitdiff | tree | snapshot |
| 2014-11-04 |
Nick Mathewson | Merge remote-tracking branch 'public/bug13214_025_squashed' |
commit | commitdiff | tree | snapshot |
| 2014-11-04 |
Nick Mathewson | Check descriptor ID in addition to HS ID when saving... |
commit | commitdiff | tree | snapshot |
| 2014-11-04 |
David Goulet | Add comments and rename intro_nodes list in rend_servic... |
commit | commitdiff | tree | snapshot |
| 2014-11-02 |
Nick Mathewson | Use tor_malloc_zero(x), not tor_calloc(x,sizeof(char)) |
commit | commitdiff | tree | snapshot |
| 2014-11-02 |
Nick Mathewson | Merge branch 'calloc2' |
commit | commitdiff | tree | snapshot |
| 2014-11-02 |
Nick Mathewson | Apply new calloc coccinelle patch |
commit | commitdiff | tree | snapshot |
| 2014-11-02 |
Nick Mathewson | Use the | trick to save a comparison in our calloc... |
commit | commitdiff | tree | snapshot |
| 2014-11-02 |
Nick Mathewson | Switch to a < comparison for our calloc check; explain... |
commit | commitdiff | tree | snapshot |
| 2014-11-02 |
Mansour Moufid | Document the calloc function overflow check. |
commit | commitdiff | tree | snapshot |
| 2014-11-02 |
Mansour Moufid | Remove a duplicate comment. |
commit | commitdiff | tree | snapshot |
| 2014-11-02 |
Mansour Moufid | Add a rule to the calloc semantic patch for argument... |
commit | commitdiff | tree | snapshot |
| 2014-11-02 |
Mansour Moufid | The second argument to tor_calloc should be a constant. |
commit | commitdiff | tree | snapshot |
| 2014-11-02 |
Mansour Moufid | Refactor the calloc semantic patch. |
commit | commitdiff | tree | snapshot |
| 2014-11-02 |
Mansour Moufid | Refactor the tor_reallocarray_ overflow check. |
commit | commitdiff | tree | snapshot |
| 2014-11-02 |
Mansour Moufid | Refactor the tor_calloc_ overflow check. |
commit | commitdiff | tree | snapshot |
| 2014-11-01 |
Nick Mathewson | Merge remote-tracking branch 'public/bug13399' |
commit | commitdiff | tree | snapshot |
| 2014-10-31 |
Nick Mathewson | Use digest256_len in networkstatus_copy_old_consensus_i... |
commit | commitdiff | tree | snapshot |
| 2014-10-31 |
Nick Mathewson | Use digest256map for computing microdescriptor downloads |
commit | commitdiff | tree | snapshot |
| 2014-10-31 |
Nick Mathewson | Merge branch 'digest256map' |
commit | commitdiff | tree | snapshot |
| 2014-10-31 |
Nick Mathewson | Refactor {str,digest}map into a common implementation... |
commit | commitdiff | tree | snapshot |
| 2014-10-31 |
Nick Mathewson | Repair format_changelog.py drupal breaks a little more... |
commit | commitdiff | tree | snapshot |
| 2014-10-31 |
Nick Mathewson | Re-run latest git trunnel to get fix from teor for... |
commit | commitdiff | tree | snapshot |
| 2014-10-31 |
Nick Mathewson | Merge commit '13298d90a90dc62d21d38f910171c9b57a8f0273' |
commit | commitdiff | tree | snapshot |
| 2014-10-30 |
Nick Mathewson | Teach format_changelog.py --blog about drupal <!--break--> |
commit | commitdiff | tree | snapshot |
| 2014-10-30 |
Nick Mathewson | Twiddle the format_changelog.py option defaults. |
commit | commitdiff | tree | snapshot |
| 2014-10-30 |
Nick Mathewson | New empty changelog section |
commit | commitdiff | tree | snapshot |
| 2014-10-30 |
Nick Mathewson | Bump version to 0.2.6.1-alpha-dev |
commit | commitdiff | tree | snapshot |
| 2014-10-30 |
Nick Mathewson | Clarify 13476 changelog (From sebastian) tor-0.2.6.1-alpha |
commit | commitdiff | tree | snapshot |
| 2014-10-30 |
Nick Mathewson | Fix a typo in the ChangeLog, spotted by Yawning |
commit | commitdiff | tree | snapshot |
| 2014-10-30 |
Nick Mathewson | Bump version to 0.2.6.1-alpha |
commit | commitdiff | tree | snapshot |
| 2014-10-30 |
Nick Mathewson | Final(?) tweaks to 0.2.6.1-alpha changelog |
commit | commitdiff | tree | snapshot |
| 2014-10-30 |
teor | Silence spurious clang warnings |
commit | commitdiff | tree | snapshot |
| 2014-10-29 |
George Kadianakis | Make 0.2.6.1-alpha ChangeLog prettier. |
commit | commitdiff | tree | snapshot |
| 2014-10-29 |
Nick Mathewson | Add a draft blurb for 0.2.6.1-alpha |
commit | commitdiff | tree | snapshot |
| 2014-10-29 |
Nick Mathewson | Reinvoke format_changelog.py |
commit | commitdiff | tree | snapshot |
| 2014-10-29 |
Nick Mathewson | a few more style fixes for the changelog |
commit | commitdiff | tree | snapshot |
| 2014-10-29 |
Nick Mathewson | Edit changelog entries for terseness and style. |
commit | commitdiff | tree | snapshot |
| 2014-10-29 |
Nick Mathewson | Add in a few more changes entries for 0.2.6.1-alpha |
commit | commitdiff | tree | snapshot |
| 2014-10-29 |
Nick Mathewson | Track down "bugfix on version" entries for 0.2.6.1... |
commit | commitdiff | tree | snapshot |
| 2014-10-28 |
Nick Mathewson | Add another year to our copyright dates. |
commit | commitdiff | tree | snapshot |
| 2014-10-28 |
rl1987 | Adding changes file for 9708. |
commit | commitdiff | tree | snapshot |
| 2014-10-28 |
rl1987 | Initial version of doc/TUNING. |
commit | commitdiff | tree | snapshot |
| 2014-10-28 |
rl1987 | Updating message that warns about running out of socket... |
commit | commitdiff | tree | snapshot |
| 2014-10-28 |
rl1987 | Fix smartlist_choose_node_by_bandwidth() so that it... |
commit | commitdiff | tree | snapshot |
| 2014-10-28 |
Nick Mathewson | Merge remote-tracking branch 'rl1987/feature10427' |
commit | commitdiff | tree | snapshot |
| 2014-10-27 |
Nick Mathewson | Merge remote-tracking branch 'sebastian/bug13286' |
commit | commitdiff | tree | snapshot |
| 2014-10-27 |
Nick Mathewson | Start on an 0.2.6.1-alpha changelog |
commit | commitdiff | tree | snapshot |
| 2014-10-27 |
Nick Mathewson | Remove changes files that have already been merged... |
commit | commitdiff | tree | snapshot |
| 2014-10-27 |
Nick Mathewson | Teach format_changelog.py to emit HTML. |
commit | commitdiff | tree | snapshot |
| 2014-10-27 |
Sebastian Hahn | Remove configure option to disable curve25519 |
commit | commitdiff | tree | snapshot |
| 2014-10-26 |
rl1987 | Congratulate relay operator when OR is first started |
commit | commitdiff | tree | snapshot |
| 2014-10-26 |
Nick Mathewson | Fix a crash bug introduced in 223d354e3. |
commit | commitdiff | tree | snapshot |
| 2014-10-24 |
Nick Mathewson | Merge remote-tracking branch 'origin/maint-0.2.5' |
commit | commitdiff | tree | snapshot |
| 2014-10-24 |
Nick Mathewson | bump version to 0.2.5.10-dev |
commit | commitdiff | tree | snapshot |
| 2014-10-24 |
Nick Mathewson | Forward-port changelog and release notes for 0.2.5.10 |
commit | commitdiff | tree | snapshot |
| 2014-10-22 |
Nick Mathewson | Switch new time tests to use SIZEOF_TIME_T, not sizeof... |
commit | commitdiff | tree | snapshot |
| 2014-10-22 |
teor | Fix minor typos, two line lengths, and a repeated include |
commit | commitdiff | tree | snapshot |
| 2014-10-22 |
Nick Mathewson | Fix a changes typo spotted by wfn |
commit | commitdiff | tree | snapshot |
| next |