| Commit message (Expand) | Author | Age |
... | |
* | tor --list-fingerprint to print fingerprint and exit•••svn:r2627
| Nick Mathewson | 2004-10-30 |
* | Tricksy compiler warnings! We hates them, hates them forever, my precious!•••svn:r2615
| Nick Mathewson | 2004-10-27 |
* | Fix windows build•••svn:r2613
| Nick Mathewson | 2004-10-27 |
* | Add ability for some-but-not-all abbrevs to work in config file. Add a bunch...•••svn:r2612
| Nick Mathewson | 2004-10-27 |
* | Make it compile on Linux•••svn:r2600
| Nick Mathewson | 2004-10-27 |
* | Document new config code•••svn:r2596
| Nick Mathewson | 2004-10-27 |
* | Re-write configuration option lookup code: use a table, not a big if( || || |...•••svn:r2594
| Nick Mathewson | 2004-10-27 |
* | Add SysLog option to direct log messages to the system log instead of a FILE*.•••svn:r2591
| Nick Mathewson | 2004-10-26 |
* | quick-and-dirty dir policy since the dirservers are getting hammered•••nick, could you abstract this sometime so we don't repeat the
sockspolicy code twice?
svn:r2589
| Roger Dingledine | 2004-10-25 |
* | Fix typo in last windows patch•••svn:r2580
| Nick Mathewson | 2004-10-24 |
* | Make windows fall back to CWD if SHGetSpecialFolderLocation is borked•••svn:r2578
| Nick Mathewson | 2004-10-24 |
* | Add "pass" target for RedirectExit, to make it easier to break out of a seque...•••svn:r2566
| Nick Mathewson | 2004-10-19 |
* | fix a seg fault with exitredirect•••svn:r2555
| Roger Dingledine | 2004-10-17 |
* | Unify windows special-dir handling•••svn:r2552
| Nick Mathewson | 2004-10-17 |
* | Implement RedirectExit.•••svn:r2550
| Nick Mathewson | 2004-10-17 |
* | various tweaks and fixes•••svn:r2548
| Roger Dingledine | 2004-10-16 |
* | Code to parse (but not yet actually use) RedirectExit lines•••svn:r2546
| Nick Mathewson | 2004-10-16 |
* | don't assert multiple things in the same tor_assert()•••svn:r2544
| Roger Dingledine | 2004-10-16 |
* | Change interface of parse_addr_port() to return address in host order, since ...•••svn:r2542
| Nick Mathewson | 2004-10-16 |
* | fix memory leak in router.c; start relying on NULL==(zero bytes)•••svn:r2538
| Nick Mathewson | 2004-10-16 |
* | Implement user-declared node families.•••svn:r2534
| Nick Mathewson | 2004-10-15 |
* | Use the real default exit policy, not reject *:*•••svn:r2531
| Nick Mathewson | 2004-10-15 |
* | Make RecommendedVersions a CONFIG_TYPE_LINELIST option, and have it tolerate ...•••svn:r2528
| Nick Mathewson | 2004-10-15 |
* | Implement "families" of coadministered nodes; prevent them all from appearing...•••svn:r2523
| Nick Mathewson | 2004-10-15 |
* | advertise moria2's dirport as 18.244.0.114:80•••svn:r2511
| Roger Dingledine | 2004-10-14 |
* | more int to size_t conversions, fixing one or more amd64 bugs•••plus a whitespace patch on config.c from vicman
svn:r2482
| Roger Dingledine | 2004-10-14 |
* | Patch from "J Doe": Use SHGetSpecialFolderLocation instead of•••SHGetSpecialFolderPath in order to find application data folder.
Apparently, until IE 4 (!?) came out, nobody realized that programmers
might like to get paths as strings. Clearly, a fancy pseudo-OO list
of "identifiers" is a far more convenient way to deal with these
things. And while we're being OO, why return object that you can free
with free()? Instead, let's make the user get a handle to an abstract
allocation object, and ask it to free the fancy list, and then ask it
to release itself. Won't that be fun and convenient?
Navigating ancient Win32 APIs is like bikini-waxing creatures from HP
Lovecraft: to do a good job you must understand what's going on... but
the understanding itself can blast your sanity.
svn:r2480
| Nick Mathewson | 2004-10-14 |
* | Remove need for dirservers file: now, we note trusted dirservers in configura...•••svn:r2479
| Nick Mathewson | 2004-10-14 |
* | fix typo•••svn:r2466
| Nick Mathewson | 2004-10-13 |
* | Make directories get generated properly again; debug key lookup. Also, it is...•••svn:r2462
| Nick Mathewson | 2004-10-13 |
* | parse HttpProxy address in config•••fix a potential confusion in fetch_from_buf_http()
make all our int config options non-negative
better bounds checking on options that are ports
svn:r2456
| Roger Dingledine | 2004-10-12 |
* | Add default directory servers•••svn:r2449
| Nick Mathewson | 2004-10-12 |
* | Add an implementation of trusted_dir_server logic to switch towards simply re...•••svn:r2443
| Nick Mathewson | 2004-10-12 |
* | prefer tor_free to free•••plus complain more loudly when we fail to parse a dir we just fetched
svn:r2401
| Roger Dingledine | 2004-09-29 |
* | don't mind empty exit policy entries•••svn:r2373
| Roger Dingledine | 2004-09-23 |
* | discourage people from setting their dirfetchpostperiod more often•••than once per minute
svn:r2369
| Roger Dingledine | 2004-09-23 |
* | don't pick administrative-friends when picking your path•••(just a skeleton for now)
svn:r2349
| Roger Dingledine | 2004-09-10 |
* | we should exit(1) if $HOME doesn't exist and we needed it•••svn:r2344
| Roger Dingledine | 2004-09-10 |
* | Flush more changes from sandbox••• - make clients cache directories and use them to seed their router lists
at startup. This means clients have a datadir again.
- Introduce a global_write_bucket. We need to respond better to exhausting
it.
- Remove the last vestiges of LinkPadding and TrafficShaping.
- Configuration infrastructure support for warning on obsolete options.
- Refactor directory header parsing to use smartlist_split_string.
- Respond to content-encoding headers by trying to uncompress as appropriate.
- Reply with a deflated directory when a client asks for "dir.z".
(We could use allow-encodings instead, but allow-encodings isn't
specified in HTTP 1.0.)
svn:r2335
| Nick Mathewson | 2004-09-08 |
* | Stop using separate defaults for no-config-file and empty-config-file•••svn:r2329
| Nick Mathewson | 2004-09-02 |
* | Use new split function and strcmpstart correctly•••svn:r2327
| Nick Mathewson | 2004-09-02 |
* | agree with nick: this legal-chars-in-filename stuff gets us nothing•••svn:r2310
| Roger Dingledine | 2004-08-24 |
* | As far as I can tell, CONFIG_LEGAL_FILENAME_CHARACTERS is both pointless and ...•••svn:r2309
| Nick Mathewson | 2004-08-24 |
* | Fix some DOCDOCs•••svn:r2295
| Nick Mathewson | 2004-08-18 |
* | fix a seg fault on hup when FascistFirewall is defined•••svn:r2294
| Roger Dingledine | 2004-08-18 |
* | Avoid segfault when freeing options_t without firewall_ports•••svn:r2279
| Nick Mathewson | 2004-08-18 |
* | Functions to test nickname validity•••svn:r2269
| Nick Mathewson | 2004-08-18 |
* | fix unix build: CONFDIR, not CONF_DIR•••svn:r2267
| Nick Mathewson | 2004-08-18 |
* | Clean windows whitespace•••svn:r2266
| Nick Mathewson | 2004-08-18 |
* | On windows, default datadir is APPDATA/tor, and default config file is APPDAT...•••svn:r2265
| Nick Mathewson | 2004-08-18 |