Timeline
Dec 18, 2019:
- 5:42 PM Changeset in mod_gnutls [3be92d3]asyncioproxy-ticket by
- Optionally log gnutls-cli stderr output to another stream/file
- 2:45 AM Changeset in mod_gnutls [779406c]asyncioproxy-ticket by
- Always log test connection number
Dec 13, 2019:
- 12:44 PM Changeset in mod_gnutls [f3a3f6f]asyncioproxy-ticket by
- Check for Python yaml module in ./configure (required for tests)
Dec 12, 2019:
- 4:58 PM Changeset in mod_gnutls [b1261cb]asyncioproxy-ticket by
- mgstest: Context manager for an optional file-based mutex This can be …
- 12:43 PM Changeset in mod_gnutls [4459cdd]asyncioproxy-ticket by
- HTTPSubprocessConnection: Handle subprocess stderr via a thread This …
- 7:08 AM Changeset in mod_gnutls [c7f83a3]asyncioproxy-ticket by
- https-test-client.py: Always close the test config file
- 6:48 AM Changeset in mod_gnutls [c96a965]asyncioproxy-ticket by
- Create function to run a test config YAML file This is much more …
- 6:44 AM Changeset in mod_gnutls [b57d2c2]asyncioproxy-ticket by
- Connection reset can trigger BrokenPipeError? first, catch if expected
Dec 8, 2019:
- 6:28 AM Changeset in mod_gnutls [a592762]asyncioproxy-ticket by
- Add missing semicolon in AM_TESTS_ENVIRONMENT
Dec 7, 2019:
- 3:24 PM Changeset in mod_gnutls [3fbe087]asyncioproxy-ticket by
- Use os.set_blocking() instead of fiddling with file descriptor flags
- 11:41 AM Changeset in mod_gnutls [eb84747]asyncioproxy-ticket by
- TestConnection?: Add optional "description" attribute for logging
- 11:22 AM Changeset in mod_gnutls [0e069b6]asyncioproxy-ticket by
- Support plain HTTP in the Python test framework This makes it …
- 10:46 AM Changeset in mod_gnutls [7054040]asyncioproxy-ticket by
- Support checking response headers
- 9:48 AM Changeset in mod_gnutls [8b72599]asyncioproxy-ticket by
- https-test-client.py: Flush sys.stdout so connection output doesn't mix
- 9:42 AM Changeset in mod_gnutls [e3e0de1]asyncioproxy-ticket by
- https-test-client.py: Make host and port configurable per connection …
- 9:39 AM Changeset in mod_gnutls [09d923b]asyncioproxy-ticket by
- Include status request in sample_test.yml
Dec 6, 2019:
- 11:54 AM Changeset in mod_gnutls [d762813]asyncioproxy-ticket by
- Test suite: Start fewer server processes The test suite doesn't need …
- 11:28 AM Changeset in mod_gnutls [f6d2721]asyncioproxy-ticket by
- HTTPSubprocessConnection: Run filter in a thread instead of process …
- 11:10 AM Changeset in mod_gnutls [0560bb9]asyncioproxy-ticket by
- Add some documentation for the Python test modules
Dec 4, 2019:
- 2:37 PM Changeset in mod_gnutls [f9e13a5]asyncioproxy-ticket by
- mgstest.tests: Fix doctests for module structure
- 2:34 PM Changeset in mod_gnutls [42097fb]asyncioproxy-ticket by
- https-test-client.py: Add --timeout parameter for TEST_QUERY_TIMEOUT
- 12:57 PM Changeset in mod_gnutls [6d3dc34]asyncioproxy-ticket by
- Split infrastructure from https-test-client.py into modules
- 10:14 AM Changeset in mod_gnutls [a2d1bb9]asyncioproxy-ticket by
- https-test-client.py: Support multiple connections in one test config
- 10:05 AM Changeset in mod_gnutls [ec63b07]asyncioproxy-ticket by
- https-test-client.py: A few more doctests
- 10:00 AM Changeset in mod_gnutls [6ea34b1]asyncioproxy-ticket by
- Rename TestRequest?.check_body() to show it is shared API
- 9:56 AM Changeset in mod_gnutls [1de6754]asyncioproxy-ticket by
- Move code for running a test connection into TestConnection?.run()
- 9:41 AM Changeset in mod_gnutls [2e736df]asyncioproxy-ticket by
- https-test-client.py: Require --test-config parameter This allows a …
- 9:36 AM Changeset in mod_gnutls [ce85a5f]asyncioproxy-ticket by
- Move code to run a TestRequest? into the class
- 9:16 AM Changeset in mod_gnutls [851173b]asyncioproxy-ticket by
- TestConnection?: Rename unused "protocol" parameter to "transport" …
- 6:20 AM Changeset in mod_gnutls [1c2b936]asyncioproxy-ticket by
- Test suite: Use the new Python-based test client
- 3:52 AM Changeset in mod_gnutls [5c7e570]asyncioproxy-ticket by
- https-test-client.py: Implement minimal HTTP/1.0 client The test case …
- 3:01 AM Changeset in mod_gnutls [eed0c4b]asyncioproxy-ticket by
- HTTPSubprocessConnection: Ensure subprocess exists before closing …
Dec 2, 2019:
- 2:57 PM Changeset in mod_gnutls [0a16644]asyncioproxy-ticket by
- https-test-client.py: Stop filtering after the first read block of …
- 2:44 PM Changeset in mod_gnutls [db82911]asyncioproxy-ticket by
- https-test-client.py: Make the filter function an optional argument …
- 2:32 PM Changeset in mod_gnutls [4dfbedd]asyncioproxy-ticket by
- https-test-client.py: Move filter out of HTTPSubprocessConnection class
- 2:26 PM Changeset in mod_gnutls [d9b0936]asyncioproxy-ticket by
- https-test-client.py: Some more comments on the filter function
- 2:09 PM Changeset in mod_gnutls [fc8eefcd]asyncioproxy-ticket by
- https-test-client.py: Cleanly shut down the connection subprocess The …
- 12:20 PM Changeset in mod_gnutls [03426e0]asyncioproxy-ticket by
- https-test-client.py: Prototype of output stream filter for gnutls-cli …
- 11:36 AM Changeset in mod_gnutls [dec05c4]asyncioproxy-ticket by
- Test suite: Enable HTTP keep-alive in the test server Test using the …
Dec 1, 2019:
- 1:30 PM Changeset in mod_gnutls [019ab8e]asyncioproxy-ticket by
- https-test-client.py: Catch expected connection errors
- 11:20 AM Changeset in mod_gnutls [8335f8c]asyncioproxy-ticket by
- Ensure Python is available in the test environment
- 10:14 AM Changeset in mod_gnutls [096859f]asyncioproxy-ticket by
- https-test-client.py: Check if the HTTP body contains certain strings …
- 10:10 AM Changeset in mod_gnutls [a4e136a]asyncioproxy-ticket by
- https-test-client.py: Allow overriding headers
- 8:54 AM Changeset in mod_gnutls [d5f5356]asyncioproxy-ticket by
- https-test-client.py: Support YAML test configuration
Nov 29, 2019:
- 4:54 PM Changeset in mod_gnutls [618ee14]asyncioproxy-ticket by
- Experimental Python-based HTTPS test client The script uses …
- 4:30 PM Changeset in mod_gnutls [e376ed8]asyncioproxy-ticket by
- Merge branch 'subca'
- 12:49 PM Changeset in mod_gnutls [d4c9331]asyncioproxy-ticketmod_gnutls/0.9.1 by
- Release version 0.9.1
Nov 28, 2019:
- 6:22 AM Changeset in mod_gnutls [dcec209]asyncioproxy-ticket by
- Fix possible segfault (NULL pointer dereference) on failed TLS …
Nov 24, 2019:
- 2:08 PM Changeset in mod_gnutls [f064d74]asyncioproxy-ticket by
- Handbook: Add a section about module dependencies on socache
Nov 20, 2019:
- 3:49 PM Changeset in mod_gnutls [829490c]asyncioproxy-ticket by
- man page: Include whatis info and remove "_manual" suffix
- 3:01 PM Changeset in mod_gnutls [27ca1e9]asyncioproxy-ticket by
- Manual: Use YAML metadata instead of embedded title for all formats
- 1:18 PM Changeset in mod_gnutls [0a4bcca]asyncioproxy-ticket by
- Use section number as filename extension for manual page This is …
- 1:04 PM Changeset in mod_gnutls [c6987c6]asyncioproxy-ticket by
- Move manual page to section 5 (config files) The manual describes …
Note: See TracTimeline
for information about the timeline view.