| 7 weeks | Brian Warner | Added tag foolscap-0.5.0 for changeset 434671ccab25 |
| 7 weeks | Brian Warner | release foolscap-0.5.0 |
| 7 weeks | Brian Warner | NEWS: update for upcoming release |
| 8 weeks | Brian Warner | flogtool web-viewer: add --open, which opens a browser window automatically |
| 8 weeks | Brian Warner | Don't reveal the whole of an unknown swissnum. Closes #133. |
| 2 months | Brian Warner | flappserver.xhtml: general improvements |
| 2 months | Brian Warner | appserver/server.py: remove spurious whitespace |
| 2 months | Brian Warner | flappserver create: chmod the basedir to go-rwx to hide the private key |
| 2 months | Brian Warner | fix 'flappserver start' to import+call twistd directly instead of spawning a child process, much cleaner |
| 2 months | Brian Warner | flogtool dump: don't eat IOError on bad filenames, just the EPIPE when a pager quits early |
| 2 months | Brian Warner | flogtool dump/web-viewer: offer UTC/ISO-8601 timestamps. Closes #100. |
| 5 months | Brian Warner | set.py: suppress the deprecation warning when importing sets on py2.6, closes #124 |
| 5 months | Brian Warner | use expanduser() in flappclient's --furlfile and 'upload' argument, so '~/foo.txt' works even when your shell doesn't do the expansion for you |
| 5 months | Brian Warner | setup.py: use entry_points= on windows, closes #109 |
| 7 months | Brian Warner | Tub.setLocationAutomatically: fix comment |
| 7 months | Brian Warner | hush pyflakes warnings |
| 7 months | Brian Warner | stop using old-style shouldFail, which would mask errors |
| 8 months | Brian Warner | doc/listings: remove command/xfer-server/client, obsoleted by flappserver |
| 8 months | Brian Warner | remove ancient getRemoteURL_TCP |
| 8 months | Brian Warner | deprecate the use of symbols from foolscap/__init__.py, please use foolscap.api instead. See #122 for details. |
| 8 months | Brian Warner | import from foolscap.api instead of foolscap |
| 8 months | Brian Warner | improve stringification of DeadReferenceError |
| 8 months | Brian Warner | git examples: fix shbang line |
| 8 months | Brian Warner | doc/examples/git-*: make the git-over-foolscap examples easier to use |
| 8 months | Brian Warner | .hgignore: ignore foolscap.egg-info/ |
| 8 months | Brian Warner | flappclient: improve --help strings |
| 8 months | Brian Warner | flappserver: capture --umask at creation time |
| 8 months | "Brian Warner | add --umask= to 'flappserver create' |
| 8 months | Brian Warner | git-setup-flappserver-repo: fix arg order |
| 8 months | Brian Warner | git-setup-flappserver-repo: duh, run flappserver, not flappclient |
| 8 months | Brian Warner | chmod +x the new git-flappclient examples, again |
| 8 months | Brian Warner | oops, merge conflict |
| 8 months | Brian Warner | chmod +x the new git-flappclient examples |
| 8 months | Brian Warner | improve docs on git-setup-flappserver-repo |
| 8 months | Brian Warner | add tools to access Git repositories over foolscap |
| 8 months | Brian Warner | bump version while between releases |
| 8 months | Brian Warner | Added tag foolscap-0.4.2 for changeset 230314409442 |
| 8 months | Brian Warner | release foolscap-0.4.2 |
| 8 months | Brian Warner | test_gifts: remove timeouts, I think they were causing false-negatives |
| 8 months | Brian Warner | setup.py: add foolscap/appserver as a package |
| 8 months | Brian Warner | NEWS: update for upcoming release |
| 8 months | Brian Warner | chmod -x all library .py files |
| 8 months | Brian Warner | setup.py: include bin/flappserver as a script |
| 8 months | Brian Warner | Fix #129, by handling no-location-hint situations better, and #81, by ignoring it |
| 8 months | Brian Warner | flappclient upload-file: accept multiple filenames |
| 8 months | Brian Warner | appserver: rename tools to upload-file and run-command |
| 8 months | Brian Warner | test_appserver.py: improve run-command coverage |
| 8 months | Brian Warner | appserver: test exec, don't buffer stdin |
| 8 months | "Brian Warner | broker: don't run any calls after the connection is shut down |
| 8 months | "Brian Warner | add 'flappserver restart' command |
| 8 months | "Brian Warner | appserver: make run-command/exec work |
| 8 months | Brian Warner | fix twisted-2.5 compatibility: no FilePath.chmod |
| 8 months | Brian Warner | appserver: rearrange client control flow, test --help and --version |
| 8 months | Brian Warner | add flappclient, make file-upload work |
| 8 months | Brian Warner | remove +x mode from importable .py files |
| 8 months | Brian Warner | appserver: more improvements, start on tests, implement file-uploader service |
| 8 months | Brian Warner | flappserver: more minor setup improvements, allow 'add' and 'list' to be used while the server is running |
| 8 months | Brian Warner | pb.py: move generateSwissnumber out to a separate function |
| 9 months | Brian Warner | start work on 'flappserver': the foolscap application server. #82 |
| 9 months | Brian Warner | add rref.getLocationHints, clean up SturdyRef class |