Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

root/trunk


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 04/27/08 20:05:55 @1956 [1956] fumanchu Comments.
(edit) 04/26/08 20:19:53 @1955 [1955] fumanchu Test and fix for #791 (cherrypy.lib.xmlrpc.respond cannot marshal …
(edit) 04/26/08 19:45:56 @1954 [1954] fumanchu Fix for #784 (Easy resizing of test data for tut09). Thanks to Stonekeeper …
(edit) 04/26/08 19:31:35 @1953 [1953] fumanchu Fix for #757 (Reduce socket timeout for wait_for_free_port to speed up …
(edit) 04/26/08 18:40:30 @1951 [1951] fumanchu Fix for #805 (Remove import of inspect).
(edit) 04/26/08 18:07:53 @1950 [1950] fumanchu Fix for #806 (Move dead thread detection). Consumers can call shrink() …
(edit) 04/26/08 17:50:08 @1949 [1949] fumanchu Fix for #800 (ability to override default error template). Many thanks to …
(edit) 04/26/08 17:47:54 @1948 [1948] fumanchu Doc tweaks and a missing 'rb'.
(edit) 04/05/08 15:07:05 @1939 [1939] fumanchu mod_python: send bus messages to the apache log, plus cherrypy.setup arg …
(edit) 04/05/08 15:04:56 @1938 [1938] fumanchu Audit of logging: 1. cherrypy.log now defaults to INFO. …
(edit) 04/03/08 03:07:07 @1937 [1937] fumanchu Finished the nonblocking fileobject by handling EWOULDBLOCK during recv …
(edit) 04/03/08 03:04:27 @1936 [1936] fumanchu Improved test_refleaks so it fails on errors in threads.
(edit) 03/28/08 11:50:22 @1935 [1935] lakin Fixing a buglet in TCP_NODELAY setsockopt call.
(edit) 03/26/08 19:29:12 @1934 [1934] fumanchu Oops. Buglet in setup.py.
(edit) 03/26/08 13:45:14 @1933 [1933] fumanchu Adding a server.nodelay option, and making wsgiserver set TCP_NODELAY by …
(edit) 03/18/08 13:28:46 @1932 [1932] fumanchu Session filename buglet. See …
(edit) 03/18/08 13:23:50 @1931 [1931] fumanchu Fixed setup.py for the restsrv -> process change, plus fixed a couple svn …
(edit) 03/18/08 12:47:35 @1930 [1930] fumanchu Working cherryd daemon script. New FlupFCGIServer wrapper in servers.py. …
(edit) 03/17/08 15:49:20 @1929 [1929] fumanchu Fix for #686 (Software caused connection abort).
(edit) 03/17/08 15:48:25 @1928 [1928] fumanchu Minimize risk of dirty conn close when fatal SSL alerts are raised.
(edit) 03/17/08 11:56:26 @1927 [1927] fumanchu test_refleaks really shouldn't share its http conn across threads.
(edit) 03/16/08 17:29:06 @1926 [1926] fumanchu Renamed restsrv -> process in all referrers.
(edit) 03/16/08 17:17:35 @1925 [1925] fumanchu Renamed restsrv -> process. Boring but practical.
(edit) 03/16/08 10:33:19 @1924 [1924] fumanchu Fix for #799 (_test_concurrency fails periodically). Turns out the …
(edit) 03/14/08 10:24:28 @1923 [1923] fumanchu Stuck cherrypy.url in log_hooks.
(edit) 03/14/08 10:18:00 @1922 [1922] fumanchu Various session fixes, including #717 (sessions should have a len
(edit) 03/14/08 10:15:38 @1921 [1921] fumanchu Test max request on larger bodies.
(edit) 03/14/08 10:14:57 @1920 [1920] fumanchu Replaced HTTPRequest.send with .wfile, as it should have been in the first …
(edit) 03/14/08 10:13:14 @1919 [1919] fumanchu Another ssl test fix.
(edit) 03/14/08 10:11:53 @1918 [1918] fumanchu Make test for #598 pass with --ssl.
(edit) 03/14/08 10:11:11 @1917 [1917] fumanchu Moved mimetools to only import if needed.
(edit) 03/14/08 10:10:37 @1916 [1916] fumanchu Fix suggested by Andrew Stromnov to let psyco play nice with CherryPy 3.1.
(edit) 03/12/08 01:39:38 @1915 [1915] fumanchu Merging the 598-sendall branch. This fixes #598, #783, and perhaps #589.
(edit) 03/07/08 16:19:28 @1910 [1910] fumanchu Test for #755 (trailing_slash not working for static files in 3.1 beta).
(edit) 03/07/08 13:06:52 @1908 [1908] fumanchu Print PID in test suite.
(edit) 03/07/08 10:17:28 @1905 [1905] fumanchu Fixed a broken test.
(edit) 02/29/08 11:30:36 @1904 [1904] fumanchu Fix for #792 (Invalid session id in cookie).
(edit) 02/29/08 11:29:56 @1903 [1903] fumanchu Repaired benchmark.py from some bus changes.
(edit) 02/24/08 00:44:33 @1902 [1902] fumanchu It'd be nice to allow applications to know whether Content-Type and …
(edit) 02/24/08 00:40:26 @1901 [1901] fumanchu I suppose defaults don't mean much for property setters. ;)
(edit) 02/22/08 03:50:09 @1900 [1900] fumanchu Final fix for #790 (Request body of PUT with no Content-Type is parsed …
(edit) 02/21/08 12:43:30 @1899 [1899] fumanchu Test and potential fix for #790 (Request body of PUT with no Content-Type …
(edit) 02/20/08 14:35:14 @1898 [1898] fumanchu New test case from patch on #783 (File uploads corrupt when using built in …
(edit) 02/20/08 14:07:25 @1897 [1897] fumanchu Moved test_http.py back into the test suite since it runs fast here.
(edit) 02/19/08 14:20:46 @1896 [1896] fumanchu On Windows, no need to log "uid/gid not set".
(edit) 02/19/08 12:27:22 @1895 [1895] fumanchu Fix for #789 (Bug in DropPrivileges? plugin). Untested.
(edit) 02/18/08 13:17:11 @1893 [1893] lawouach Test and fix for #706
(edit) 02/18/08 12:51:51 @1891 [1891] lawouach Fix for #787 only for digest though as basic responses don't provide the …
(edit) 02/18/08 12:14:19 @1890 [1890] lawouach Fix for #788
(edit) 02/18/08 11:45:31 @1888 [1888] fumanchu Made Application copy initial config from its class.
(edit) 02/05/08 00:27:29 @1887 [1887] fumanchu First crack at a cherrypy daemon script. Lots of extension work to do, …
(edit) 02/04/08 21:18:15 @1886 [1886] fumanchu Minor PG session refactor.
(edit) 02/04/08 20:49:49 @1885 [1885] fumanchu Added a 'severity' arg to the log_tracebacks tool.
(edit) 01/28/08 23:07:34 @1884 [1884] lakin Adding a test to expose the bug described in #598. When I run …
(edit) 01/27/08 19:54:00 @1882 [1882] fumanchu Fix for #776 (assumed set builtin).
(edit) 01/21/08 18:58:50 @1874 [1874] fumanchu Reverting a change to test_conn. It really needs to pass with blocking …
(edit) 01/19/08 22:29:10 @1873 [1873] fumanchu Silencing the no-handlers "warning" (stderr write!) in stdlib logging.
(edit) 01/19/08 22:04:05 @1872 [1872] fumanchu Timeout fix to test_conn.
(edit) 01/19/08 20:38:29 @1871 [1871] fumanchu New wsgiserver.socket_errors_nonblocking, plus a new plat_specific_errors …
(edit) 01/18/08 18:10:43 @1870 [1870] fumanchu Removing the last call to server.quickstart (which is deprecated).
(edit) 01/18/08 18:00:02 @1869 [1869] fumanchu Added a warning and auto-exit on main thread exit if the Bus is not shut …
(edit) 01/17/08 01:59:43 @1868 [1868] fumanchu Half of the fix for #717 (sessions should have a len function). Not …
(edit) 01/17/08 00:24:53 @1867 [1867] fumanchu Fix for #772 (Make the wsgiserver single-app by default).
(edit) 01/16/08 16:33:45 @1866 [1866] lawouach Fixed #759
(edit) 01/13/08 22:30:18 @1864 [1864] fumanchu Better scaffold docstrings.
(edit) 01/13/08 22:18:44 @1863 [1863] fumanchu New scaffold folder. See #771.
(edit) 01/13/08 21:03:44 @1862 [1862] fumanchu There's no need to keep old presentations around in SVN (or distro them). …
(edit) 01/13/08 20:27:15 @1861 [1861] fumanchu Spurious import.
(edit) 01/13/08 17:07:43 @1854 [1854] fumanchu Fix for #766 (Trunk of 13 Jan 2008 won't run behind mod_python).
(edit) 01/13/08 16:49:44 @1850 [1850] dowski Version number bump in preparation for 3.1.0beta3.
(edit) 01/12/08 23:07:38 @1842 [1842] fumanchu Moved win32 console ctrl handler into a separate plugin, so that it's able …
(edit) 01/12/08 19:37:34 @1841 [1841] fumanchu Fix for #754 (Checker raises false alarm with application-level config …
(edit) 01/12/08 19:22:22 @1840 [1840] fumanchu Fix for #709 (Cherrypy accepts user-supplied session identifiers). Also …
(edit) 01/12/08 18:00:22 @1839 [1839] fumanchu Fixed some problems with redirect after staticdir.
(edit) 01/12/08 17:43:56 @1838 [1838] fumanchu 3.0/3.1 fix for #760 (Session tool cleanup frequency).
(edit) 01/12/08 17:35:17 @1837 [1837] fumanchu Fix for #756 (Deprecate server.quickstart): …
(edit) 01/12/08 17:13:17 @1836 [1836] fumanchu Fix for #763 (Exception when parsing Content-Type).
(edit) 11/27/07 11:58:14 @1835 [1835] lakin Parent processes in Daemonizer should not even attempt to clean up after …
(edit) 11/20/07 23:10:32 @1834 [1834] fumanchu New Request.stage attribute to help with debugging.
(edit) 11/20/07 14:13:18 @1833 [1833] fumanchu Added SimplePlugin.__init__.
(edit) 11/20/07 14:11:19 @1832 [1832] fumanchu Docstrings and a test tweak.
(edit) 11/13/07 20:58:00 @1831 [1831] fumanchu Bus touchups.
(edit) 11/13/07 20:08:22 @1830 [1830] fumanchu Fix for #751 (logging: Python file objects are not thread-safe). Whew. …
(edit) 11/13/07 12:21:28 @1828 [1828] fumanchu Cosmetics.
(edit) 11/12/07 15:40:08 @1827 [1827] fumanchu Removed a bare except that was hiding errors.
(edit) 11/12/07 15:39:36 @1826 [1826] fumanchu Some bus/plugin improvements.
(edit) 11/11/07 13:47:09 @1824 [1824] fumanchu Trunk fix for #752 (Return cherrypy.server to a single-server model): …
(edit) 11/07/07 18:14:08 @1820 [1820] fumanchu Changed bus event messages to match the state enum values.
(edit) 11/07/07 18:13:15 @1819 [1819] fumanchu Docstring.
(edit) 11/07/07 18:13:00 @1818 [1818] fumanchu Completely removed "engine" from restsrv.
(edit) 11/05/07 21:32:33 @1817 [1817] lakin Persuant to #1815, the ServerManager? (which creates threads) should not be …
(edit) 11/02/07 17:27:23 @1816 [1816] lakin Fixing the bug exposed by the unit test I just committed in : …
(edit) 11/02/07 17:23:02 @1815 [1815] lakin Adding a unit test which exposes a bug whereby CP exit codes are …
(edit) 10/30/07 18:16:54 @1814 [1814] zakj Coerced all path names in covercp.py to lower-case, since some versions of …
(edit) 10/30/07 12:48:41 @1813 [1813] lakin Allowing SystemExit?, and KeyboardInterrupt? exceptions through during …
(edit) 10/30/07 11:50:01 @1812 [1812] fumanchu Fix for #747 (log.screen should send error log messages to stderr).
(edit) 10/29/07 19:27:35 @1811 [1811] fumanchu Fix for #745 (Make a builtin tool which logs all hooks for a given …
(edit) 10/29/07 16:24:31 @1810 [1810] fumanchu New test and fix for errors during engine.start().
(edit) 10/29/07 00:51:45 @1807 [1807] fumanchu Bah. Forgot to commit setup.py.
(edit) 10/29/07 00:28:04 @1804 [1804] fumanchu Final trunk fix for #718 (High count of uncollectable objects). Proved …

Hosted by WebFaction

Log in as guest/cpguest to create tickets