JINMEI Tatuya
|
266bfcd67a
[2617] added "exiting" log message to those that don't have it until now.
|
12 years ago |
Jelte Jansen
|
09c24690d4
[1897] Rename log identifiers STATHTTPD_* to STATSHTTPD_*
|
12 years ago |
Jelte Jansen
|
769bbb5edb
[1897] Log HTTP messages through logging system
|
12 years ago |
Jelte Jansen
|
9c4e97e7f8
[2445] Make buffering optional, and enable in b10 components
|
12 years ago |
Naoki Kambe
|
512d2d46f3
[2298_7] Merge branch 'trac2298_7'
|
12 years ago |
Naoki Kambe
|
ac64606707
[2298_7] use with-statement instead of try-except-finally statement
|
12 years ago |
Naoki Kambe
|
a5ab418844
[2298_7] add an example of the path in docstring of xml_handler()
|
12 years ago |
Naoki Kambe
|
5e849dc008
[2298_7] add comments about preparation of the requested path,
|
12 years ago |
Naoki Kambe
|
f0ab6da7ca
[2298_7] add description about evaluating the requested path in each if-condition
|
12 years ago |
Naoki Kambe
|
27cb11af84
[2298_1] use sorted() instead of using sort() redundantly
|
12 years ago |
Naoki Kambe
|
f3c3c9b801
[2298] in case of dict change the way to sort by key name
|
12 years ago |
Naoki Kambe
|
5fdb1fac02
[2298] update the docstring of item_name_list()
|
12 years ago |
Naoki Kambe
|
aa388838a0
[2298] use '%d' in formatting an integer instead of '%s'
|
12 years ago |
Naoki Kambe
|
3d0e3eca7a
[2298] It was ok to assume the argument identifier to be a string
|
12 years ago |
Naoki Kambe
|
27cb59ce18
[2298] modify the open_template() method
|
12 years ago |
Naoki Kambe
|
0c060d2d54
[2298] append a Last-Modified header
|
12 years ago |
Naoki Kambe
|
5832a0cd28
[2298] return a 500 status code when catching any exception
|
12 years ago |
Naoki Kambe
|
1f613e455a
[2298] modify the xsl_handler() method
|
12 years ago |
Naoki Kambe
|
86a2fcec51
[2298] modify the xsd_handler() method
|
12 years ago |
Naoki Kambe
|
52794aa6f2
[2298] modify the xml_handler() method
|
12 years ago |
Naoki Kambe
|
547c50fd01
[2298] modify handling the accepted URI
|
12 years ago |
Naoki Kambe
|
c66a5ed19d
[2298] modify consts related to XML, XSD, and XSL
|
12 years ago |
Naoki Kambe
|
b577ef19da
[2298] modify test_xsl_handler()
|
12 years ago |
Naoki Kambe
|
0434072c4e
[2298] modify the xsd_handler() method
|
12 years ago |
Naoki Kambe
|
1601f31da1
[2298] add some consts (xml root element and attributes)
|
12 years ago |
Naoki Kambe
|
a67531278a
[2298] modify the xml_handler() method
|
12 years ago |
Naoki Kambe
|
62c09c1ac0
[2298] add a method item_name_list()
|
12 years ago |
Naoki Kambe
|
56da3a876f
[2298] update copyrights
|
12 years ago |
Jeremy C. Reed
|
0e2da0cce1
[master] improve usage statement for verbose
|
13 years ago |
Naoki Kambe
|
ed1f3349ee
[1852] When opening a HTTP socket is unexpectedly failed due to a socket error e.g. Address already in use, it explicitly closes the CC Session already opened before it shuts down.
|
13 years ago |