Roberto De Ioris
|
0d87ed7298
|
fix dup2() usage
|
2012-12-12 15:23:04 +01:00 |
|
Roberto De Ioris
|
6cf3bbea69
|
backported fixed for offloading, static maps and non-blocking connect
|
2012-11-13 04:41:14 +01:00 |
|
Roberto De Ioris
|
b2a1237781
|
added --undeferred-shared-socket
|
2012-11-11 19:41:00 +01:00 |
|
Roberto De Ioris
|
a48af2e226
|
workaround missing IP_FREEBIND
|
2012-11-11 19:07:28 +01:00 |
|
Roberto De Ioris
|
e4de9a8bc7
|
improved offload threads subsystem
|
2012-11-09 20:04:27 +01:00 |
|
Roberto De Ioris
|
ceebaa7d9d
|
fixed indentation
|
2012-11-09 12:16:39 +01:00 |
|
Roberto De Ioris
|
7882d12a80
|
better sockets management in stats servers
|
2012-10-30 09:31:15 +01:00 |
|
Roberto De Ioris
|
f7399ef2ec
|
use linux SOCK_NONBLOCK on uwsgi_connect()
|
2012-10-21 11:56:04 +02:00 |
|
Roberto De Ioris
|
bee3bf5d43
|
added --so-send-timeout
|
2012-10-20 21:08:48 +02:00 |
|
Derrick Petzold
|
d965587d9d
|
uwsgi_linux_somaxconn -> uwsgi_num_from_file
Changed return type to long.
|
2012-10-09 19:15:44 +00:00 |
|
Derrick Petzold
|
946a46df86
|
If the listen option is greater than the system max hard fail.
|
2012-10-08 19:57:44 +00:00 |
|
roberto@quantal64
|
d12ddded55
|
added support for (working, high-performance) static file offloading in linux
|
2012-10-02 08:51:35 +02:00 |
|
roberto@quantal64
|
3beead6459
|
fixed leak in python3 headers management, prepare for truly working static file serving offload
|
2012-10-01 19:49:04 +02:00 |
|
roberto@quantal64
|
51b9b5d070
|
added cppcheck option, improved multicast
|
2012-09-29 09:16:09 +02:00 |
|
roberto@quantal64
|
b764252e7f
|
applied verbose bind errors
|
2012-09-26 18:42:48 +02:00 |
|
roberto@quantal64
|
6a6227a8e7
|
added a warning for --map-socket invalid syntax
|
2012-09-13 14:09:55 +02:00 |
|
roberto@quantal64
|
56eaa88dd7
|
completed socket initialization refactoring
|
2012-08-31 10:47:33 +02:00 |
|
roberto@quantal64
|
bb54b90640
|
refactored mapped sockets and cpu affinity
|
2012-08-31 09:43:02 +02:00 |
|
roberto@quantal64
|
18046c976e
|
first phase of main() refactory
|
2012-08-31 08:42:56 +02:00 |
|
roberto@quantal64
|
9fabfd77ee
|
added --so-keepalive
|
2012-08-10 09:11:01 +02:00 |
|
roberto@quantal64
|
c6c2157c1d
|
moved all of the c files to the core directory
--HG--
rename : async.c => core/async.c
rename : cache.c => core/cache.c
rename : cluster.c => core/cluster.c
rename : event.c => core/event.c
rename : gateway.c => core/gateway.c
rename : ini.c => core/ini.c
rename : json.c => core/json.c
rename : ldap.c => core/ldap.c
rename : lock.c => core/lock.c
rename : logging.c => core/logging.c
rename : loop.c => core/loop.c
rename : mule.c => core/mule.c
rename : notify.c => core/notify.c
rename : plugins.c => core/plugins.c
rename : protocol.c => core/protocol.c
rename : queue.c => core/queue.c
rename : rb_timers.c => core/rb_timers.c
rename : regexp.c => core/regexp.c
rename : routing.c => core/routing.c
rename : rpc.c => core/rpc.c
rename : sendfile.c => core/sendfile.c
rename : setup_utils.c => core/setup_utils.c
rename : signal.c => core/signal.c
rename : skel.c => core/skel.c
rename : snmp.c => core/snmp.c
rename : socket.c => core/socket.c
rename : spooler.c => core/spooler.c
rename : sqlite3.c => core/sqlite3.c
rename : stats.c => core/stats.c
rename : subscription.c => core/subscription.c
rename : utils.c => core/utils.c
rename : xmlconf.c => core/xmlconf.c
rename : yaml.c => core/yaml.c
|
2012-07-09 19:08:51 +02:00 |
|