September 2011 Archives by subject
Starting: Thu Sep 1 02:11:38 UTC 2011
Ending: Fri Sep 30 17:52:25 UTC 2011
Messages: 166
- Rev 4883: Get rid of a simple TODO that has already been done. in http://bazaar.launchpad.net/~jameinel/bzr/2.1-client-reconnect-819604
John Arbash Meinel
- Rev 4884: Start writing a test of how subprocess handles writing to a closed connection. in http://bazaar.launchpad.net/~jameinel/bzr/2.1-client-reconnect-819604
John Arbash Meinel
- Rev 4885: Wrap the call to .write() to raise ConnectionReset on failure. in http://bazaar.launchpad.net/~jameinel/bzr/2.1-client-reconnect-819604
John Arbash Meinel
- Rev 4886: Maybe we can just use a regular pipe for testing, rather than spawning a subprocess. in http://bazaar.launchpad.net/~jameinel/bzr/2.1-client-reconnect-819604
John Arbash Meinel
- Rev 4887: Try to test _flush. in http://bazaar.launchpad.net/~jameinel/bzr/2.1-client-reconnect-819604
John Arbash Meinel
- Rev 4888: Document the behavior of flush. in http://bazaar.launchpad.net/~jameinel/bzr/2.1-client-reconnect-819604
John Arbash Meinel
- Rev 4889: Test how _read_bytes works. in http://bazaar.launchpad.net/~jameinel/bzr/2.1-client-reconnect-819604
John Arbash Meinel
- Rev 4890: Do the same test using simple pipes in http://bazaar.launchpad.net/~jameinel/bzr/2.1-client-reconnect-819604
John Arbash Meinel
- Rev 4891: We don't actually care to import msvcrt always. in http://bazaar.launchpad.net/~jameinel/bzr/2.1-client-reconnect-819604
John Arbash Meinel
- Rev 5136: (vila) Release 2.2.5 (Vincent Ladeuil) in file:///home/pqm/archives/thelove/bzr/2.2/
Canonical.com Patch Queue Manager
- Rev 5136: Release 2.2.5 in http://bazaar.launchpad.net/~vila/bzr/2.2-integration/
Vincent Ladeuil
- Rev 5137: (vila) Open 2.2.6 for bug fixes (Vincent Ladeuil) in file:///home/pqm/archives/thelove/bzr/2.2/
Canonical.com Patch Queue Manager
- Rev 5137: Open 2.2.6 for bug fixes in http://bazaar.launchpad.net/~vila/bzr/2.2-integration/
Vincent Ladeuil
- Rev 5662: (jameinel) Speed up ``Repository.get_parent_map`` by about 10%. (John A in file:///home/pqm/archives/thelove/bzr/2.3/
Canonical.com Patch Queue Manager
- Rev 5663: Merge 2.2 into 2.3 resolving conflicts in http://bazaar.launchpad.net/~vila/bzr/2.3-integration/
Vincent Ladeuil
- Rev 6041: Merge 2.3 into 2.4 including the get_parent_map tweak. in http://bazaar.launchpad.net/~jameinel/bzr/2.4-merge-2.3
John Arbash Meinel
- Rev 6043: (jameinel) Bug #837293, in file:///home/pqm/archives/thelove/bzr/2.4/
Canonical.com Patch Queue Manager
- Rev 6044: (jam) Merge 2.3 into 2.4 including the get_parent_map tweak. in file:///home/pqm/archives/thelove/bzr/2.4/
Canonical.com Patch Queue Manager
- Rev 6044: Merge 2.3 into 2.4 including the get_parent_map tweak. in http://bazaar.launchpad.net/~jameinel/bzr/2.4-merge-2.3
John Arbash Meinel
- Rev 6045: (vila) Output time stamps while running ``make check`` to get better in file:///home/pqm/archives/thelove/bzr/2.4/
Canonical.com Patch Queue Manager
- Rev 6045: Merge 2.3 into 2.4 in http://bazaar.launchpad.net/~vila/bzr/2.4-integration/
Vincent Ladeuil
- Rev 6045: Output time stamps while running ``make check`` to get better timings from pqm in http://bazaar.launchpad.net/~vila/bzr/2.4-integration/
Vincent Ladeuil
- Rev 6047: Fix loading branch history for each tag to make `bzr tags -rX..Y` faster in file:///home/vila/src/bzr/bugs/857335-tags-revs-slow-2.4/
Vincent Ladeuil
- Rev 6061: Mention bug #839461 and clarify the GNU reference. in file:///home/vila/src/bzr/releases/work/
Vincent Ladeuil
- Rev 6062: Clarify SRUs handling for the RM. in file:///home/vila/src/bzr/releases/work/
Vincent Ladeuil
- Rev 6063: Fix indentation. in file:///home/vila/src/bzr/releases/work/
Vincent Ladeuil
- Rev 6064: Mentions Canonical as the lead sponsor and other tweaks. in file:///home/vila/src/bzr/releases/work/
Vincent Ladeuil
- Rev 6092: Tweaks suggested by jam during review. in file:///home/vila/src/bzr/experimental/expand-in-stack/
Vincent Ladeuil
- Rev 6093: Disable list_values for config.Store, using a dedicated configobj object to trigger the string -> list conversion on-demand (via the option registration) only. in file:///home/vila/src/bzr/experimental/expand-in-stack/
Vincent Ladeuil
- Rev 6094: Remove duplication in stack.get() and useless code now that list conversion is explicit and delayed. in file:///home/vila/src/bzr/experimental/expand-in-stack/
Vincent Ladeuil
- Rev 6095: Fix typos. in file:///home/vila/src/bzr/experimental/expand-in-stack/
Vincent Ladeuil
- Rev 6096: Create a single configobj for list conversions and just reset() it when needed. in file:///home/vila/src/bzr/experimental/expand-in-stack/
Vincent Ladeuil
- Rev 6097: Use explicit kwargs for the list converter. in file:///home/vila/src/bzr/experimental/expand-in-stack/
Vincent Ladeuil
- Rev 6098: Fix issues mentioned by jam during review. in file:///home/vila/src/bzr/experimental/expand-in-stack/
Vincent Ladeuil
- Rev 6099: Remove useless check. in file:///home/vila/src/bzr/experimental/expand-in-stack/
Vincent Ladeuil
- Rev 6100: Merge into trunk in file:///home/vila/src/bzr/experimental/expand-in-stack/
Vincent Ladeuil
- Rev 6101: Bah, cross stores expansion already works of course, tests added. in file:///home/vila/src/bzr/bugs/832013-expand-in-stack/
Vincent Ladeuil
- Rev 6115: (jelmer) Move the use of hashcache to a new PreDirStateWorkingTree and case in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 6116: (jr) add digital signatures to log-format doc (Jonathan Riddell) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 6117: (jelmer) Print a warning rather than an error when the current user does not in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 6118: (jelmer) Some compatibility fixes for cython.dev. (Denys Duchier) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 6119: (jelmer) Support repository formats without explicitly versioned directories in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 6120: (vila) Output time stamps while running ``make check`` to get better timings in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 6121: (jelmer) bzr tag no longer errors if a tag exists but has the same target. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 6122: (jelmer) Various fixes to allow tests to run against foreign branches. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 6123: (vila) Start supporting option expansion in config stacks. (Vincent Ladeuil) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 6124: (jelmer) Add a ``bugtracker`` configuration option. (Jelmer Vernooij) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 6125: (jelmer) Mention the number of tags that was pushed/pull, in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 6126: (vila) Cleanup http imports (Jelmer Vernooij) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 6126: Implements a stack registry with basic tests. in file:///home/vila/src/bzr/bugs/832036-stack-registry/
Vincent Ladeuil
- Rev 6127: (gz) Fix breakage when creating a transport at drive root on windows (Martin in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 6127: Introduce a stack factory registry and use it instead of the *Stack classses (now deleted). in file:///home/vila/src/bzr/bugs/832036-stack-registry/
Vincent Ladeuil
- Rev 6128: (jelmer) Allow tag implementations to not support ghost revisions. (Jelmer in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 6128: Make config.stacks.get() build the stack and accept context parameters but _get_factory for tests and unforeseen uses. in file:///home/vila/src/bzr/bugs/832036-stack-registry/
Vincent Ladeuil
- Rev 6129: (jam) Merge 2.4 into trunk, including bugs #825027 and #837293 in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 6129: Implement a config stack registry and use it. in file:///home/vila/src/bzr/bugs/832036-stack-registry/
Vincent Ladeuil
- Rev 6130: (vila) Simplify option expansion. (Vincent Ladeuil) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 6131: (vila) Tweaks about older stable releases and SRUs announcements. (Vincent in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 6132: (jelmer) In "bzr tag", in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 6133: (jr) Turn on translations for errors. (Jonathan Riddell) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 6133: Fake failure to test pqm. in http://bazaar.launchpad.net/~vila/bzr/integration/
Vincent Ladeuil
- Rev 6133: Provide config.IdMatcher for config files defining secion names as unique ids in file:///home/vila/src/bzr/bugs/843638-id-matcher/
Vincent Ladeuil
- Rev 6134: (jr) ensure all tests using gpg keys run self.import_keys() first (Jonathan in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 6134: Merging 2.4 into trunk in http://bazaar.launchpad.net/~vila/bzr/integration/
Vincent Ladeuil
- Rev 6134: Rename IdMatcher to NameMatcher. in file:///home/vila/src/bzr/bugs/843638-id-matcher/
Vincent Ladeuil
- Rev 6135: (jr) Turn on translations for help topics. (Jonathan Riddell) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 6136: (vila) Provide NameMatcher for config stores using arbitrary names for the in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 6137: (jr) add class GettextIndentedHelpFormatter to add gettext translations to in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
- Rev 6139: Change the import lines. in http://bazaar.launchpad.net/~jameinel/bzr/2.5-pyflakes-cleanups
John Arbash Meinel
- Rev 6141: Release 2.5b1 in http://bazaar.launchpad.net/~vila/bzr/integration/
Vincent Ladeuil
- Rev 6142: Don't forget to actually raise exceptions that aren't handled. in http://bazaar.launchpad.net/~jameinel/bzr/drop-idle-connections-824797
John Arbash Meinel
- Rev 6142: Open 2.5b2 for bugfixes in http://bazaar.launchpad.net/~vila/bzr/integration/
Vincent Ladeuil
- Rev 6143: Add new paraneters add signature's ends, fix a test and a typo, check that no errors and no output is emitted when using assertLogRevnos. in file:///home/vila/src/bzr/reviews/log-omit-merges/
Vincent Ladeuil
- Rev 6143: Add the forgotten cover letter for 2.5b1. in http://bazaar.launchpad.net/~vila/bzr/integration/
Vincent Ladeuil
- Rev 6143: Handle the win32 not-a-socket errors. I think this is ~ready. At least for feedback. in http://bazaar.launchpad.net/~jameinel/bzr/drop-idle-connections-824797
John Arbash Meinel
- Rev 6144: It turns out that if we don't explicitly close the socket, it hangs around somewhere. in http://bazaar.launchpad.net/~jameinel/bzr/drop-idle-connections-824797
John Arbash Meinel
- Rev 6145: Don't traceback for timeouts, and give better documentation about why we don't just select. in http://bazaar.launchpad.net/~jameinel/bzr/drop-idle-connections-824797
John Arbash Meinel
- Rev 6145: Quick-and-dirty hack to get a list of options to migrate. in file:///home/vila/src/bzr/experimental/more-config-stats/
Vincent Ladeuil
- Rev 6146: I updated the code so that ConnectionTimeout isn't raised out of serve, in http://bazaar.launchpad.net/~jameinel/bzr/drop-idle-connections-824797
John Arbash Meinel
- Rev 6146: Merge pyflakes cleanup, and with it the newer bzr.dev in http://bazaar.launchpad.net/~jameinel/bzr/2.5-soft-hangup-795025
John Arbash Meinel
- Rev 6147: Add the release notes for bug #824797 in http://bazaar.launchpad.net/~jameinel/bzr/drop-idle-connections-824797
John Arbash Meinel
- Rev 6147: Bring in the latest drop-idle-connections code. in http://bazaar.launchpad.net/~jameinel/bzr/2.5-soft-hangup-795025
John Arbash Meinel
- Rev 6148: Start working on exposing timeout as a configuration item. in http://bazaar.launchpad.net/~jameinel/bzr/drop-idle-connections-824797
John Arbash Meinel
- Rev 6149: Add some tests to make sure the timeout parameter gets propagated upwards correctly. in http://bazaar.launchpad.net/~jameinel/bzr/drop-idle-connections-824797
John Arbash Meinel
- Rev 6150: Merge bzr.dev to get the latest test_smart_transport cleanups. in http://bazaar.launchpad.net/~jameinel/bzr/drop-idle-connections-824797
John Arbash Meinel
- Rev 6151: Revert debugging changes to test_server.py in http://bazaar.launchpad.net/~jameinel/bzr/drop-idle-connections-824797
John Arbash Meinel
- Rev 6152: Make SmartTCPServer take a client_timeout parameter, which it passes down to the Medium. in http://bazaar.launchpad.net/~jameinel/bzr/drop-idle-connections-824797
John Arbash Meinel
- Rev 6153: Import 'config' from the right location. in http://bazaar.launchpad.net/~jameinel/bzr/drop-idle-connections-824797
John Arbash Meinel
- Rev 6154: I'm trying to make sure that 'bzr serve' supports the serve.client_timeout code. in http://bazaar.launchpad.net/~jameinel/bzr/drop-idle-connections-824797
John Arbash Meinel
- Rev 6155: move the comment in http://bazaar.launchpad.net/~jameinel/bzr/drop-idle-connections-824797
John Arbash Meinel
- Rev 6155: Update release notes in http://bazaar.launchpad.net/~vila/bzr/integration/
Vincent Ladeuil
- Rev 6156: Don't try to use osutils.getchar() where it's known to not work. in file:///home/vila/src/bzr/bugs/856261-unshelve-line-based/
Vincent Ladeuil
- Rev 6156: Migrate dpush_strict, push_strict and send_strict options to the stack based config design, introducing get_config_stack for branches. in file:///home/vila/src/bzr/experimental/migrate-config-options/
Vincent Ladeuil
- Rev 6156: Setup the TestingSmartServer to set a default client timeout, in http://bazaar.launchpad.net/~jameinel/bzr/drop-idle-connections-824797
John Arbash Meinel
- Rev 6156: Sort options by name to make it easier to add a new one. in file:///home/vila/src/bzr/bugs/491196-cmdline-options/
Vincent Ladeuil
- Rev 6156: Sort options by name to make it easier to add a new one. in http://bazaar.launchpad.net/~vila/bzr/integration/
Vincent Ladeuil
- Rev 6157: Add a smoke test as suggested in review. in file:///home/vila/src/bzr/experimental/migrate-config-options/
Vincent Ladeuil
- Rev 6157: Bah, never edit without testing before submission. in file:///home/vila/src/bzr/bugs/856261-unshelve-line-based/
Vincent Ladeuil
- Rev 6157: Change the name from _create_handler to _make_handler, to match similar code in the file. in http://bazaar.launchpad.net/~jameinel/bzr/drop-idle-connections-824797
John Arbash Meinel
- Rev 6157: Revert the re-ordering of standard options since it has an impact on help generation and as such break tests in http://bazaar.launchpad.net/~vila/bzr/integration/
Vincent Ladeuil
- Rev 6158: Thanks to Benoit Pierre for catching the lost gettext. in file:///home/vila/src/bzr/bugs/856261-unshelve-line-based/
Vincent Ladeuil
- Rev 6158: Update some test comment. in http://bazaar.launchpad.net/~jameinel/bzr/drop-idle-connections-824797
John Arbash Meinel
- Rev 6159: Address gz's review comments. in file:///home/vila/src/bzr/bugs/856261-unshelve-line-based/
Vincent Ladeuil
- Rev 6159: Fix random test failure by making the test not random in file:///home/vila/src/bzr/bugs/807032-broken-pack-failure/
Vincent Ladeuil
- Rev 6159: get rid of the default timeout parameters. in http://bazaar.launchpad.net/~jameinel/bzr/drop-idle-connections-824797
John Arbash Meinel
- Rev 6160: Allows bzr shelve to be used in test scripts and under emacs shells in file:///home/vila/src/bzr/bugs/856261-unshelve-line-based/
Vincent Ladeuil
- Rev 6160: Clean up the code a bit by using a create_pipe_context helper. in http://bazaar.launchpad.net/~jameinel/bzr/drop-idle-connections-824797
John Arbash Meinel
- Rev 6161: Write a similar helper for ServerStreamSocketMedium. in http://bazaar.launchpad.net/~jameinel/bzr/drop-idle-connections-824797
John Arbash Meinel
- Rev 6162: Allow config options to be overridden from the command line in file:///home/vila/src/bzr/bugs/491196-cmdline-options/
Vincent Ladeuil
- Rev 6162: Expose --client-timeout to the command line, pass it through the layers. in http://bazaar.launchpad.net/~jameinel/bzr/drop-idle-connections-824797
John Arbash Meinel
- Rev 6163: Fix overrides acquisition and check. in file:///home/vila/src/bzr/bugs/491196-cmdline-options/
Vincent Ladeuil
- Rev 6163: Give a warning if we have to invoke the compatibility code. in http://bazaar.launchpad.net/~jameinel/bzr/drop-idle-connections-824797
John Arbash Meinel
- Rev 6163: Give a warning if we have to invoke the compatibility code. in http://bazaar.launchpad.net/~jameinel/bzr/drop-idle-connections-824797
John Arbash Meinel
- Rev 6163: Stop reloading all ancestry for each tag when searching tags in a revision range (still breaks if X>Y in -rX..Y) in file:///home/vila/src/bzr/experimental/tags-revs-slow/
Vincent Ladeuil
- Rev 6164: Bah, if the range X..Y is not such that X <= Y, bzr tags just output *nothing* as per bb.test_tags.TestTagging.test_list_tags_revision_filtering. in file:///home/vila/src/bzr/bugs/857335-tags-revs-slow/
Vincent Ladeuil
- Rev 6164: Hide the --override-config standard option until all options have been migrated. in file:///home/vila/src/bzr/bugs/491196-cmdline-options/
Vincent Ladeuil
- Rev 6164: Remove dead code (test suite agree it's dead ; ) in file:///home/vila/src/bzr/cleanup/dead-code/
Vincent Ladeuil
- Rev 6164: Turn it into a DeprecationWarning. in http://bazaar.launchpad.net/~jameinel/bzr/drop-idle-connections-824797
John Arbash Meinel
- Rev 6165: Add a separate method to determines the tags for the reivision range. in file:///home/vila/src/bzr/bugs/857335-tags-revs-slow/
Vincent Ladeuil
- Rev 6165: Don't use server.socket.close() go through the server._close() abstraction. in http://bazaar.launchpad.net/~jameinel/bzr/drop-idle-connections-824797
John Arbash Meinel
- Rev 6165: Follow the lead of other 'global' options which are not declared in option.py but handled in bzrlib.commands.run_bzr instead. in file:///home/vila/src/bzr/bugs/491196-cmdline-options/
Vincent Ladeuil
- Rev 6166: Get rid of the --override-config long name, ensures the overrides are resest when the command has run. in file:///home/vila/src/bzr/bugs/491196-cmdline-options/
Vincent Ladeuil
- Rev 6166: Merge 2.4 into trunk in http://bazaar.launchpad.net/~vila/bzr/integration/
Vincent Ladeuil
- Rev 6166: We don't need to import medium. in http://bazaar.launchpad.net/~jameinel/bzr/drop-idle-connections-824797
John Arbash Meinel
- Rev 6167: Merge trunk and resolve conflicts in file:///home/vila/src/bzr/bugs/491196-cmdline-options/
Vincent Ladeuil
- Rev 6168: Emit a warning when bzrlib.intialize) has not been called in file:///home/vila/src/bzr/bugs/863401-library-state/
Vincent Ladeuil
- Rev 6170: Switch the code to not loop. So far, no timeout failures. in http://bazaar.launchpad.net/~jameinel/bzr/drop-idle-connections-824797
John Arbash Meinel
- Rev 6171: Got failures on Linux, even with adding 'fd' to the 'errors' on select. in http://bazaar.launchpad.net/~jameinel/bzr/drop-idle-connections-824797
John Arbash Meinel
- Rev 6172: Global options respect their hidden attribute in file:///home/vila/src/bzr/bugs/860424-hidden-options/
Vincent Ladeuil
- Rev 6172: pass fd in the 'check for errors' section of select. in http://bazaar.launchpad.net/~jameinel/bzr/drop-idle-connections-824797
John Arbash Meinel
- Rev 6173: Treat an 'errfds' as just something we want to try and read from later. in http://bazaar.launchpad.net/~jameinel/bzr/drop-idle-connections-824797
John Arbash Meinel
- Rev 6174: Re-order the loop a bit. Move the exception handling into the loop, so that we can handle EINTR. in http://bazaar.launchpad.net/~jameinel/bzr/drop-idle-connections-824797
John Arbash Meinel
- Rev 6176: Change the name from 'create_stream_context' to 'create_socket_context'. in http://bazaar.launchpad.net/~jameinel/bzr/drop-idle-connections-824797
John Arbash Meinel
- Rev 6176: Instrument a bunch of stuff, trying to get it to cleanly fail. in http://bazaar.launchpad.net/~jameinel/bzr/2.5-hanging-tests
John Arbash Meinel
- Rev 6176: Migrate log_format to the config stacks. in file:///home/vila/src/bzr/861472-migrate-log-format/
Vincent Ladeuil
- Rev 6177: Merge trunk in file:///home/vila/src/bzr/861472-migrate-log-format/
Vincent Ladeuil
- Rev 6177: Rename _close to _disconnect_client. This makes it more obvious. in http://bazaar.launchpad.net/~jameinel/bzr/drop-idle-connections-824797
John Arbash Meinel
- Rev 6177: Track client_info so that we can add it to the debug info. in http://bazaar.launchpad.net/~jameinel/bzr/2.5-hanging-tests
John Arbash Meinel
- Rev 6178: Allow log_format to be specified with -O in file:///home/vila/src/bzr/861472-migrate-log-format/
Vincent Ladeuil
- Rev 6178: Debugging info. in http://bazaar.launchpad.net/~jameinel/bzr/2.5-hanging-tests
John Arbash Meinel
- Rev 6179: Add script tests and documentation. in file:///home/vila/src/bzr/bugs/861472-migrate-log-format/
Vincent Ladeuil
- Rev 6179: more debugging bits. in http://bazaar.launchpad.net/~jameinel/bzr/2.5-hanging-tests
John Arbash Meinel
- Rev 6181: Some win32 specific tweaks. in http://bazaar.launchpad.net/~jameinel/bzr/2.5-soft-hangup-795025
John Arbash Meinel
- Rev 6182: merge-up drop-idle in http://bazaar.launchpad.net/~jameinel/bzr/2.5-soft-hangup-795025
John Arbash Meinel
- Rev 6182: merge-up drop-idle in http://bazaar.launchpad.net/~jameinel/bzr/2.5-soft-hangup-795025
John Arbash Meinel
- Rev 6183: Track the active connections, add a polling function to notice when they are stopped. in http://bazaar.launchpad.net/~jameinel/bzr/2.5-soft-hangup-795025
John Arbash Meinel
- Rev 6184: Merge _close => _disconnect_client. in http://bazaar.launchpad.net/~jameinel/bzr/2.5-soft-hangup-795025
John Arbash Meinel
- Rev 6185: Implement basic testing that the smart server tracks client connections, in http://bazaar.launchpad.net/~jameinel/bzr/2.5-soft-hangup-795025
John Arbash Meinel
- Rev 6186: Refactor the code a bit. Now we can ensure that the active loop in http://bazaar.launchpad.net/~jameinel/bzr/2.5-soft-hangup-795025
John Arbash Meinel
- Rev 6187: Teach the SmartTCPServer to wait gracefully for the client threads to exit. in http://bazaar.launchpad.net/~jameinel/bzr/2.5-soft-hangup-795025
John Arbash Meinel
- Rev 6188: Now we've implemented the basic structure. in http://bazaar.launchpad.net/~jameinel/bzr/2.5-soft-hangup-795025
John Arbash Meinel
- Rev 6189: Change the ordering a bit. in http://bazaar.launchpad.net/~jameinel/bzr/2.5-soft-hangup-795025
John Arbash Meinel
- Rev 6190: If someone does manage to connect while we are shutting down, close the connection. in http://bazaar.launchpad.net/~jameinel/bzr/2.5-soft-hangup-795025
John Arbash Meinel
- Rev 6191: Fix the race condition. in http://bazaar.launchpad.net/~jameinel/bzr/2.5-soft-hangup-795025
John Arbash Meinel
- Rev 6192: No longer register stop_gracefully for each request, it is handled in http://bazaar.launchpad.net/~jameinel/bzr/2.5-soft-hangup-795025
John Arbash Meinel
- Rev 6193: serve_bzr wasn't properly cleaning up the new _on_sighup dict, etc. in http://bazaar.launchpad.net/~jameinel/bzr/2.5-soft-hangup-795025
John Arbash Meinel
- Rev 6194: Expose infrastructure so that we can test the Inet portion of the server. in http://bazaar.launchpad.net/~jameinel/bzr/2.5-soft-hangup-795025
John Arbash Meinel
- Rev 6195: Add a nicer repr for shutting down. in http://bazaar.launchpad.net/~jameinel/bzr/2.5-soft-hangup-795025
John Arbash Meinel
- Rev 6196: Flush before we close _out. in http://bazaar.launchpad.net/~jameinel/bzr/2.5-soft-hangup-795025
John Arbash Meinel
- Rev 6197: Merge bzr.dev 6165, resolve conflicts. in http://bazaar.launchpad.net/~jameinel/bzr/2.5-soft-hangup-795025
John Arbash Meinel
- Rev 6198: Use gettext on the new trace.note/warning lines. in http://bazaar.launchpad.net/~jameinel/bzr/2.5-soft-hangup-795025
John Arbash Meinel
- Rev 6199: Some cleanups in http://bazaar.launchpad.net/~jameinel/bzr/2.5-soft-hangup-795025
John Arbash Meinel
- Rev 61: Mention some existing bugs. in file:///home/vila/src/bzr/devnotes/
Vincent Ladeuil
- Rev 6200: Jelmer caught that getsignal() only takes one parameter. in http://bazaar.launchpad.net/~jameinel/bzr/2.5-soft-hangup-795025
John Arbash Meinel
- Rev 6202: Move the news entry to the right place, expand it for SIGHUP. in http://bazaar.launchpad.net/~jameinel/bzr/2.5-soft-hangup-795025
John Arbash Meinel
- Rev 62: Update to better match actual progress. in file:///home/vila/src/bzr/devnotes/
Vincent Ladeuil
Last message date:
Fri Sep 30 17:52:25 UTC 2011
Archived on: Fri Sep 30 17:52:32 UTC 2011
This archive was generated by
Pipermail 0.09 (Mailman edition).