Ruud
|
7a1b914824
|
Return nonblock results in main thread
|
2014-12-21 20:19:53 +01:00 |
|
Ruud
|
5e62801666
|
Send data through finish not write
|
2014-12-21 20:19:30 +01:00 |
|
Ruud
|
00d887153f
|
Return data in main thread
|
2014-12-21 19:39:16 +01:00 |
|
Ruud
|
ffcd36cbf4
|
IOLoop callback hanging
|
2014-12-20 21:45:15 +01:00 |
|
Ruud
|
3bf2d844a0
|
Release api lock on connection close or finish
fix #4372
|
2014-12-20 20:13:49 +01:00 |
|
Ruud
|
dd24eb8893
|
Revert "Give response back to the main thread on api calls"
This reverts commit 576bcb9f4b.
Conflicts:
couchpotato/api.py
|
2014-12-20 18:49:35 +01:00 |
|
Ruud
|
eea9f40501
|
Use current
|
2014-12-19 09:01:52 +01:00 |
|
Ruud
|
576bcb9f4b
|
Give response back to the main thread on api calls
fix #4337
|
2014-12-19 08:57:24 +01:00 |
|
Ruud
|
e1d4df7937
|
Give api encoding error log
|
2014-10-05 18:46:16 +02:00 |
|
genial123
|
12e556e1d1
|
Finish non-existent API calls instead of timing out
|
2014-06-28 08:19:05 +02:00 |
|
Ruud
|
15980471b0
|
Create api lock on the fly
|
2014-06-22 22:41:56 +02:00 |
|
Ruud
|
6b06caf00d
|
Api call release lock never triggered
|
2014-06-02 22:57:45 +02:00 |
|
Ruud
|
3bd831782c
|
Release lock inside thread
|
2014-06-02 14:02:55 +02:00 |
|
Ruud
|
40f01dca6f
|
Use async request for all api calls
|
2014-06-02 13:31:18 +02:00 |
|
Ruud
|
8ac851555d
|
Can't trigger same api call
Thread never closes
|
2014-06-01 16:14:53 +02:00 |
|
Ruud
|
12c08154c5
|
Optimize imports
|
2014-03-12 21:41:29 +01:00 |
|
Ruud
|
96e8a909d8
|
database manage init
|
2014-02-11 22:19:55 +01:00 |
|
Ruud
|
799299c7cc
|
Code cleanup
|
2014-01-19 19:15:58 +01:00 |
|
cicavey
|
79fd5fe332
|
Changed MIME type of JSONP requests to text/javascript
|
2013-10-12 07:11:37 -04:00 |
|
Ruud
|
1ff4901846
|
Make sure to remove listener, even after fail
|
2013-09-21 22:29:15 +02:00 |
|
Ruud
|
d70a71a12e
|
Make nonblock debug message
|
2013-09-21 22:17:01 +02:00 |
|
Ruud
|
33d7d994d4
|
Don't try to finish an already closed connection
|
2013-09-19 23:16:49 +02:00 |
|
Ruud
|
ec302fe665
|
Make sure that a faulty api call end after error
|
2013-09-04 13:46:51 +02:00 |
|
Ruud
|
b5993bcc21
|
NonBlock calls need to finish
|
2013-09-03 19:14:59 +02:00 |
|
Ruud
|
7fd14e0283
|
Code cleanup
|
2013-09-02 21:59:06 +02:00 |
|
Ruud
|
a428d36604
|
Wrap requests in try for better failing
Or would it be worse failing?
|
2013-09-02 14:35:05 +02:00 |
|
Ruud
|
af2876bd71
|
Lock same api routes
|
2013-09-01 00:24:47 +02:00 |
|
Ruud
|
e1c8a08f2f
|
Run api requests in own thread
|
2013-08-31 17:07:46 +02:00 |
|
Ruud
|
1b03c7e474
|
Use finish instead of write
|
2013-08-31 15:32:45 +02:00 |
|
Ruud
|
6eff724f97
|
Clean nonblocking requestshandler
|
2013-08-13 15:36:11 +02:00 |
|
Ruud
|
9eea42b121
|
Get array arguments as list. fix #1875
|
2013-06-24 00:26:00 +02:00 |
|
Ruud
|
374f8ba1de
|
Allow non trailing slash API calls
|
2013-06-23 23:28:13 +02:00 |
|
Ruud
|
9bf006f4d3
|
Return if api is not found
|
2013-06-15 21:43:14 +02:00 |
|
Ruud
|
6e0857c6c1
|
Remove Flask dependencies
|
2013-06-12 23:37:08 +02:00 |
|
Ruud
|
a7bd8c822a
|
Simplify nonblocking requests
|
2013-04-08 20:55:42 +02:00 |
|
Ruud
|
e92b5d95ca
|
IOLoop cleanup
|
2012-12-30 18:40:38 +01:00 |
|
Ruud
|
5a3919cb08
|
Better locking for longpoll
|
2012-05-27 23:28:59 +02:00 |
|
Ruud
|
fcd13fcb85
|
Nonblocking update listener
|
2012-05-26 22:55:11 +02:00 |
|
Ruud
|
2d61a31005
|
Ask for old CouchPotato database in the wizard. closes #144
|
2012-05-05 22:43:07 +02:00 |
|
Ruud
|
cea8395e16
|
Changed url to api. fixes #173
|
2012-04-29 17:06:05 +02:00 |
|
Ruud
|
c8dc03a78e
|
Api docs under /docs/
|
2012-02-26 21:47:06 +01:00 |
|
Ruud
|
7df24643ac
|
Api doc base
|
2012-02-21 17:16:02 +01:00 |
|
Ruud
|
7470e3dacd
|
Cleanup
|
2012-02-11 23:29:59 +01:00 |
|