JackDandy
ecdcb83e44
Update Tornado Web Server 4.5.dev1 (92f29b8) to 4.5.1 (79b2683)
8 years ago
JackDandy
2cb0fe9693
Update Tornado Web Server 4.5.dev1 (92f29b8) to 4.5.dev1 (38e493e).
8 years ago
JackDandy
68446ea5d6
Update Tornado Web Server 4.4.dev1 (c2b4d05) to 4.5.dev1 (92f29b8).
9 years ago
JackDandy
f0b81ff846
Update Tornado Web Server 4.3.dev1 (1b6157d) to 4.4.dev1 (c2b4d05).
10 years ago
JackDandy
5843623136
Update fix for API response header for JSON content type and the return of JSONP data to updated package (ref:hacks.txt).
10 years ago
JackDandy
10114fa895
Update Tornado Web Server 4.2 to 4.3.dev1 (1b6157d).
10 years ago
JackDandy
3434c0dd66
Update fix for API response header for JSON content type and the return of JSONP data to updated package (ref:hacks.txt).
10 years ago
JackDandy
5beb10b19d
Update Tornado webserver to 4.2b1 (61a16c9).
10 years ago
JackDandy
4a9ee3fe62
Update fix for API response header for JSON content type and the return of JSONP data to updated package as listed in hacks.txt.
10 years ago
JackDandy
84fb3e5df9
Update Tornado webserver to 4.2.dev1 (609dbb9).
Conflicts:
CHANGES.md
10 years ago
JackDandy
477b0806b0
Fix API response header for JSON content type and the return of JSONP data.
The API should return application/json Content-Type for JSON data instead of application/html. Tornado expects a dict in order to JSON encode and send header "Content-Type:application/json". SR already encodes data plus it supports JSONP. So, the encoded string data is wrapped into a dict, and a test is added at Tornado def write() to unwrap and skip encoding, in order to set the correct content-header and also use JSONP.
Added file HACKS.txt to serve as a reminder for anyone updating the library.
11 years ago
JackDandy
2d18f5b8ab
Update Tornado webserver to 4.1dev1 from 4.0b1 and add the certifi lib dependency.
11 years ago
echel0n
0c57676aed
Updated tornado source code.
Created custom class for rss feed parser.
11 years ago
echel0n
cafdc57b2c
Testing fix for redirect issues and blank pages.
Fix for create pid issues.
Fix for creating index on tv provider cache tables.
11 years ago
echel0n
032ddf2425
Fixed issues with web root settings not working.
Fixed more NoneType iterable errors.
11 years ago
echel0n
327df6682e
Updated tornado to latest stable code, fixes issues with auto-reload
11 years ago
echel0n
d73cc1cbbd
Replaced cherrypy with tornado which helped resolve our memory leak issue.
11 years ago