aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* r12528@Kushana: nickm | 2007-03-11 00:19:05 -0500Nick Mathewson2007-03-11
| | | | | | | Oops; rename file for proposal 108. svn:r9796
* a few tweaks, plus actually close 107Roger Dingledine2007-03-10
| | | | svn:r9794
* r12522@Kushana: nickm | 2007-03-10 02:38:33 -0500Nick Mathewson2007-03-10
| | | | | | | Mark 107 closed (since it was implemented and merged into the spec). Put MTBF proposal in 108. svn:r9793
* r12521@Kushana: nickm | 2007-03-10 01:15:58 -0500Nick Mathewson2007-03-10
| | | | | | | Update and close proposal 107. svn:r9792
* r12520@Kushana: nickm | 2007-03-10 00:57:59 -0500Nick Mathewson2007-03-10
| | | | | | | add initial uptime-sanity-checking proposal by Kevin Buaer and Damon McCoy. svn:r9791
* r12519@Kushana: nickm | 2007-03-10 00:57:01 -0500Nick Mathewson2007-03-10
| | | | | | | Remove a redundant check for event.h; add some comments, and reformat. svn:r9790
* holy cow, those windows unames are long. don't distract soRoger Dingledine2007-03-10
| | | | | | | much from the important part of this log message. svn:r9789
* Directory authorities now call routers stable if they have anRoger Dingledine2007-03-10
| | | | | | | | | uptime of at least 30 days, even if that's not the median uptime in the network. Implements proposal 1xx, suggested by Kevin Bauer and Damon McCoy. svn:r9788
* blow away the discussion at the end, so i can send it to or-dev insteadRoger Dingledine2007-03-09
| | | | svn:r9787
* propose a plan for 104-short-descriptorsRoger Dingledine2007-03-09
| | | | svn:r9786
* r12513@Kushana: nickm | 2007-03-09 17:49:08 -0500Nick Mathewson2007-03-09
| | | | | | | Twiddle TODO around a bit: remove redundant items; mark completed and abandoned items; pull sub-items from redundant items into 0.2.0.x section; move items from aclocal.m4 into TODO; move some TODO items into 098-todo.txt; move one item onto flyspray. svn:r9785
* r12508@Kushana: nickm | 2007-03-09 16:39:06 -0500Nick Mathewson2007-03-09
| | | | | | | Try to refine 0.2.0 priorities in TODO svn:r9784
* r12507@Kushana: nickm | 2007-03-09 11:51:58 -0500Nick Mathewson2007-03-09
| | | | | | | A couple more proposals that would be neat to see. svn:r9783
* r12474@Kushana: nickm | 2007-03-06 16:10:05 -0500Nick Mathewson2007-03-09
| | | | | | | We have a PATH_SEPARATOR macro. How about we use it? svn:r9782
* r12473@Kushana: nickm | 2007-03-06 15:49:45 -0500Nick Mathewson2007-03-09
| | | | | | | Excise PREDICT and PREDICT_FALSE in favor of PREDICT_LIKELY and PREDICT_UNLIKELY. svn:r9781
* Merge r9777 into trunkPeter Palfrader2007-03-09
| | | | svn:r9779
* Put a platform string (e.g. "Linux i686") in the startup logRoger Dingledine2007-03-09
| | | | | | | | message, so when people paste just their logs, we know if it's openbsd or windows or what. svn:r9775
* stuff i'd like to write proposals on one dayRoger Dingledine2007-03-09
| | | | svn:r9774
* forward-port the 0.1.2.10-rc changelogRoger Dingledine2007-03-09
| | | | svn:r9773
* forward-port the bugfix from juliuszRoger Dingledine2007-03-09
| | | | svn:r9772
* get rid of an info-level log message that occurs many times aRoger Dingledine2007-03-09
| | | | | | | minute when we haven't needed circuits lately. svn:r9771
* Update libevent version to 1.3b.Andrew Lewman2007-03-09
| | | | svn:r9769
* Forward port r9754: It only is a single |, not twoPeter Palfrader2007-03-07
| | | | svn:r9755
* r12098@catbus: nickm | 2007-03-06 18:48:50 -0500Nick Mathewson2007-03-06
| | | | | | | Try to make unit tests happier on 64-bit platforms. svn:r9752
* r12469@Kushana: nickm | 2007-03-06 15:24:47 -0500Nick Mathewson2007-03-06
| | | | | | | add more gcov detritus to svn:ignore svn:r9749
* r12468@Kushana: nickm | 2007-03-06 15:24:00 -0500Nick Mathewson2007-03-06
| | | | | | | More unit tests: gcov is fun. svn:r9748
* r12461@Kushana: nickm | 2007-03-06 13:26:17 -0500Nick Mathewson2007-03-06
| | | | | | | More autoconf fixes and updates. Maybe the bsd buildbots will be happy again. svn:r9747
* Change recommends on privoxy to privoxy || polipo (>= 1) (closes: #413728).Peter Palfrader2007-03-06
| | | | svn:r9746
* and one more not-really-an-error caseRoger Dingledine2007-03-06
| | | | svn:r9743
* clean up a log message, and stop calling it an error whenRoger Dingledine2007-03-06
| | | | | | | we exit cleanly svn:r9742
* Remove the requirement for libevent, since it's a static library alreadyAndrew Lewman2007-03-06
| | | | | | | in the binary. svn:r9741
* r12080@catbus: nickm | 2007-03-04 21:40:55 -0500Nick Mathewson2007-03-05
| | | | | | | Remove dnsworkers and related code. there goes another 550 lines of code. svn:r9736
* r12077@catbus: nickm | 2007-03-04 16:08:23 -0500Nick Mathewson2007-03-04
| | | | | | | Remove support for v0 control protocol from 0.2.0.x trunk; send back error when we receive a v0 control message. (Leave "if(v1){...}"blocks indented for now so this patch is easier to read.) ((Finally, the linecount goes _down_ a little.)) svn:r9735
* r12076@catbus: nickm | 2007-03-04 15:41:04 -0500Nick Mathewson2007-03-04
| | | | | | | oops; remove spurious argument from _log_prefix. svn:r9734
* r12074@catbus: nickm | 2007-03-04 15:11:43 -0500Nick Mathewson2007-03-04
| | | | | | | Make all LD_BUG log messsages get prefixed with "Bug: ". Remove manually-generated "Bug: "s from log-messages. (Apparently, we remembered to add them about 40% of the time.) svn:r9733
* r12072@catbus: nickm | 2007-03-04 14:55:36 -0500Nick Mathewson2007-03-04
| | | | | | | Apparently, autoupdate is not as perfect as one might hope. svn:r9732
* r12070@catbus: nickm | 2007-03-04 14:51:23 -0500Nick Mathewson2007-03-04
| | | | | | | Fix a stray autoconf warning. svn:r9731
* r12063@catbus: nickm | 2007-03-04 14:46:22 -0500Nick Mathewson2007-03-04
| | | | | | | Bump trunk version to 0.2.0.0-alpha-dev svn:r9730
* r12061@catbus: nickm | 2007-03-04 14:41:10 -0500Nick Mathewson2007-03-04
| | | | | | | Run configure.in through autoupdate svn:r9729
* svn:r9728Nick Mathewson2007-03-04
|
* r11612@catbus: nickm | 2007-01-30 18:14:07 -0500Nick Mathewson2007-03-04
| | | | | | | make TOR_SEARCH_LIBRARY work with openssl svn:r9727
* r11596@catbus: nickm | 2007-01-30 01:43:40 -0500Nick Mathewson2007-03-04
| | | | | | | Macro-ize our "search for a library and find out how to link against it" code. This will help make our handling of libevent and openssl more similar, and with any luck better. Not pushing to main branch until after 0.1.2. svn:r9726
* r12057@catbus: nickm | 2007-03-04 13:58:32 -0500Nick Mathewson2007-03-04
| | | | | | | Clarify some log messages; note others that could be improved later. svn:r9724
* r12053@catbus: nickm | 2007-03-03 16:45:38 -0500Nick Mathewson2007-03-03
| | | | | | | Remove some XXX012s: leave a check in connection_or_set_identity_digest it costs basically nothing to do on average. Forget about reinstating the user check on NT Service creation. Note that a notice message in main.c ("Is something wrong with your network connection?") is really useless. svn:r9721
* r12051@catbus: nickm | 2007-03-03 16:15:52 -0500Nick Mathewson2007-03-03
| | | | | | | nt_service_is_stopping should not load the NT service library calls: if they are not loaded, we cannot possibly be a service trying to shut own. Bug found by "norvid" on or-talk. Also, rename function to something slightly less error-prone. svn:r9720
* svn:r9719Nick Mathewson2007-03-03
|
* r12420@Kushana: nickm | 2007-03-03 15:06:53 -0500Nick Mathewson2007-03-03
| | | | | | | Bump version to 0.1.2.9-rc-dev svn:r9718
* r12375@Kushana: nickm | 2007-03-02 13:52:32 -0500Nick Mathewson2007-03-02
| | | | | | | Meditate on why 104-short-descriptors cant work as written, and what needs to get solved before it can get implemented. svn:r9714
* r12374@Kushana: nickm | 2007-03-02 13:12:09 -0500Nick Mathewson2007-03-02
| | | | | | | Try to nail down versions and version negotiation more thoroughly. Document some issues and ideas. Try to make things more extensible. svn:r9713
* r12373@Kushana: nickm | 2007-03-02 13:11:11 -0500Nick Mathewson2007-03-02
| | | | | | | credit PEP as source of Tor process svn:r9712