summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Use connection_mark_for_close() rather than connection_mark_on_flush() on OOSticket18640_v3Andrea Shepard2016-08-20
|
* Add DisableOOSCheck option, on by default until we have better heuristicsAndrea Shepard2016-08-20
|
* Consider the case that a connection doesn't have a valid socket during OOSAndrea Shepard2016-08-20
|
* Add connection_is_moribund() inlineAndrea Shepard2016-08-20
|
* Use SMARTLIST_FOREACH in connection_count_moribund() per code reviewAndrea Shepard2016-08-20
|
* s/connection_handle_oos/connection_check_oos/g per code reviewAndrea Shepard2016-08-20
|
* Unit test for pick_oos_victims()Andrea Shepard2016-08-20
|
* Unit test for kill_conn_list_for_oos()Andrea Shepard2016-08-20
|
* Unit test for connection_handle_oos()Andrea Shepard2016-08-20
|
* Implement OOS comparatorAndrea Shepard2016-08-20
|
* Implement pick_oos_victims() except for sort stepAndrea Shepard2016-08-20
|
* Implement kill_conn_list_for_oos()Andrea Shepard2016-08-20
|
* Stub out pick_oos_victims() and kill_conn_list_for_oos()Andrea Shepard2016-08-20
|
* Implement connection_count_moribund() for OOS handlerAndrea Shepard2016-08-20
|
* Don't say OOS unless the ConnLimit thresholds have been setAndrea Shepard2016-08-20
|
* Stub out connection_handle_oos() and call it from places we can change the ↵Andrea Shepard2016-08-20
| | | | socket count or thresholds
* Compute thresholds for OOS from ConnLimit_ when setting optionsAndrea Shepard2016-08-20
|
* Fix a missing :: in an IPv6 addr in the documentationNick Mathewson2016-08-12
| | | | Closes 19743.
* Merge remote-tracking branch 'public/Fix_19450'Nick Mathewson2016-08-12
|\
| * changes file for 19450Nick Mathewson2016-08-02
| |
| * Remove/fix remaining evbuffer referencesNick Mathewson2016-08-02
| |
| * Search for remaining references to 'bufferevent'.Nick Mathewson2016-08-02
| | | | | | | | Remove or adjust as appropriate.
| * Remove generic_buffer_*() functions as needless.Nick Mathewson2016-08-02
| | | | | | | | | | | | These functions were there so that we could abstract the differences between evbuffer and buf_t. But with the bufferevent removal, this no longer serves a purpose.
| * Rename generic_buffer_set_to_copy, since generic buffers are not a thingNick Mathewson2016-08-02
| |
| * Bufferevent removal: remove more bufferevent-only optionsNick Mathewson2016-08-02
| | | | | | | | (All this IOCP stuff was bufferevent-only.)
| * Remove USE_BUFFEREVENTS from configure.acNick Mathewson2016-08-02
| |
| * Remove USE_BUFFEREVENTS code outside src/orNick Mathewson2016-08-02
| |
| * Bufferevent removal: remove HAS_BUFFEREVENT macros and usageNick Mathewson2016-08-02
| | | | | | | | This is another way that we had bufferevents-only code marked.
| * More bufferevent removal: bev_str is no longer needed in tor_initNick Mathewson2016-08-02
| |
| * Remove bufferevents dead codeU+039b2016-07-14
| | | | | | | | Signed-off-by: U+039b <*@0x39b.fr>
* | Fix issue in 19168 changes fileNick Mathewson2016-08-12
| | | | | | | | | | This is an implementation-defined-behavior issue, not an undefined-behavior issue.
* | Fix integer overflows in the conversion tablescypherpunks2016-08-12
| |
* | Merge remote-tracking branch 'andrea/bug8625_prod'Nick Mathewson2016-08-12
|\ \
| * | Changes file for bug 8625bug8625_prodAndrea Shepard2016-08-10
| | |
| * | Eliminate redundant hourly reset of descriptor download failuresAndrea Shepard2016-08-10
| | |
| * | Debug logging for router/consensus descriptor download resetsAndrea Shepard2016-08-10
| | |
* | | Merge branch 'maint-0.2.8'Nick Mathewson2016-08-12
|\ \ \
| * \ \ Merge branch 'maint-0.2.7' into maint-0.2.8Nick Mathewson2016-08-12
| |\ \ \
| | * \ \ Merge branch 'maint-0.2.6' into maint-0.2.7Nick Mathewson2016-08-12
| | |\ \ \
| | | * \ \ Merge branch 'maint-0.2.5' into maint-0.2.6Nick Mathewson2016-08-12
| | | |\ \ \
| | | | * \ \ Merge branch 'maint-0.2.4' into maint-0.2.5Nick Mathewson2016-08-12
| | | | |\ \ \
| | | | | * | | Update geoip and geoip6 to the August 2 2016 database.Karsten Loesing2016-08-12
| | | | | | | |
* | | | | | | | Only use evutil_secure_rng_add_bytes() when present.Nick Mathewson2016-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenBSD removes this function, and now that Tor requires Libevent 2, we should also support the OpenBSD Libevent 2. Fixes bug 19904; bugfix on 0.2.5.4-alpha.
* | | | | | | | Fix a bug in the old-gcc version of ENABLE_GCC_WARNINGNick Mathewson2016-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 19901; bugfix on 0.2.9.1-alpha.
* | | | | | | | Add some how-to documentation for ht.h. Closes #19896Nick Mathewson2016-08-11
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | bump master to 0.2.9.1-alpha.devNick Mathewson2016-08-08
| | | | | | |
* | | | | | | Edit changelog a little for clarity and concisenessNick Mathewson2016-08-08
| | | | | | |
* | | | | | | We no longer use config_var_description_tNick Mathewson2016-08-03
| | | | | | |
* | | | | | | 0291 blurb draftNick Mathewson2016-08-03
| | | | | | |
* | | | | | | Condense and edit changelog a littleNick Mathewson2016-08-03
| | | | | | |