Ruud
5e244cce98
Don't try to import bind unix on windows
9 years ago
Ruud
a916508368
Revert "Revert "Revert "Merge pull request #6089 from maxkoryukov/fix/address-in-use"""
This reverts commit ac545f9c72
.
# Conflicts:
# couchpotato/runner.py
9 years ago
Ruud
e2fe238c10
Only check EADDRINUSE
9 years ago
Ruud
ae5e0176e2
Revert "Revert "Merge pull request #6111 from psychomario/domainsocket""
This reverts commit 358b38d56c
.
9 years ago
Ruud
ac545f9c72
Revert "Revert "Merge pull request #6089 from maxkoryukov/fix/address-in-use""
This reverts commit 4633adcead
.
9 years ago
Ruud
358b38d56c
Revert "Merge pull request #6111 from psychomario/domainsocket"
This reverts commit b168b38f18
, reversing
changes made to b7f7104862
.
9 years ago
Ruud
4633adcead
Revert "Merge pull request #6089 from maxkoryukov/fix/address-in-use"
This reverts commit b7f7104862
, reversing
changes made to 7fb5ded2f8
.
9 years ago
Rory McNamara
cf965e90c3
Allow listen on domain socket
9 years ago
maxkoryukov
aa776e02e7
Improved handling of "Address already in use".
Additionally, the startup-try-counter is repaired
fix maxkoryukov/CouchPotatoServer#24
fix CouchPotato/CouchPotatoServer#5970
9 years ago
maxkoryukov
d24b01c17f
SoftChroot: Huge pack of improvement and bugfixes
* Improved SoftChroot (now it is a module, like a settings.py, included in Env)
* skipping _test modules during plugins loading
* hidden-opt meta could be loaded from config in python modules ( see _core.py->config )
+ mock testing
+ a few tests for Env
+ list of python dev-requirements in a file
fix maxkoryukov/CouchPotatoServer#8
9 years ago
maxkoryukov
74c6f4373e
Do not start, if the SOFT-CHROOT dir does not exists
Added a test to the startup script.
9 years ago
Ruud
f65d6cb38d
Don't autobind to ipv6
10 years ago
Ruud
ac382d5131
Search and login
11 years ago
Ruud
538f51dd5b
Log ipv6 failed bind
11 years ago
Ruud
df2d7ec9c2
Remove debug code
11 years ago
Paul Saab
c1b6811b8a
Tornado requires two sockets to support IPv6
Tornado sets setsockopt(socket.IPPROTO_IPV6, socket.IPV6_V6ONLY, 1)
to force IPv6 sockets to only be used for IPv6 connections. create a
separate socket to allow for CouchPotato to be used over IPv6.
11 years ago
Ruud
ca13107330
Ignore exceptions on removing db_backup stuff
11 years ago
Ruud
17b940a271
Allow 5 redirects
11 years ago
Ruud
70ca31a265
Only allow single redirect for now
fix #3931
11 years ago
Ruud
6fa6d530ec
Remove older backup folders
11 years ago
Ruud
5fc9d7182c
Hide urllib3 error
closes #3887
11 years ago
Ruud
e75a8529c9
Try fix migration failure from 2.5.1
11 years ago
Ruud
12cda35494
Try fix migration failure from 2.5.1
11 years ago
Ruud
bb19b380b4
Don't start CP when less then 100MB is available. fix #3502
11 years ago
Ruud
a37517bf6a
Use ssl startup options. fix #3490
Thanks @sjmcinness
11 years ago
Ruud
50d6882a98
Close all attached after start
11 years ago
Ruud
94064ac7da
Rework restart methods
11 years ago
Ruud
1c5f19a68a
Better reload hook name
11 years ago
Ruud
fb9080c18a
Except value error
11 years ago
Ruud
f0daee669b
Add opener to env
11 years ago
Ruud
81de9529c3
Force folder creation on startup
11 years ago
Ruud
9d9630a27a
Sorted backup files
11 years ago
Ruud
a5ee362fc0
Remove scandir lib, use os.walk
11 years ago
Ruud
675bee83ca
Path encode
11 years ago
Ruud
81f9302da1
Use super threaded db connection
11 years ago
Ruud
1bd556fbb3
Close DB on shutdown
11 years ago
Ruud
99e77e409a
Spring cleanup
11 years ago
Ruud
6a9c3dac77
Rename so it doesn't try to import itself
11 years ago
Ruud
11aaaecb7b
Get colors back, remove logged string
11 years ago
Ruud
12c08154c5
Optimize imports
11 years ago
Ruud
2d28cb6897
Backup databases
11 years ago
Ruud
1f982b7999
Migration start
11 years ago
Ruud
b9a8ca14c3
nosql
11 years ago
Ruud
c3bc9c8591
Nosql
11 years ago
Ruud
a609b401c4
nosql
11 years ago
Ruud
99252074be
More nosql
11 years ago
Ruud
a254886bad
Try NoSQL
11 years ago
Ruud
1120b4ab51
Remove Elixir library
Update SQLAlchemy
11 years ago
Ruud
799299c7cc
Code cleanup
11 years ago
mano3m
72457d8d10
Log with system encoding
11 years ago