0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 13 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added a testing administrator panel for the server ( it will display realtime statistics coming realtime from the server )
AmmarkoV
as Ammar Qammaz
More... over 11 years ago
...
AmmarkoV
as Ammar Qammaz
More... over 11 years ago
fixed a serious bug due to bad copy pastes , slowly adding per instance configurations..
AmmarkoV
as Ammar Qammaz
More... over 11 years ago
reduced warnings to 22 :P
AmmarkoV
as Ammar Qammaz
More... over 11 years ago
cache has been incorporated in instances ( though instances could in principle share caches with a little pointer magic ) , code looks more ugly than ever..
AmmarkoV
as Ammar Qammaz
More... over 11 years ago
server "seems" to work again , although code is looking really ugly now :P , I will have to restructure lots of things..
AmmarkoV
as Ammar Qammaz
More... over 11 years ago
...
AmmarkoV
as Ammar Qammaz
More... over 11 years ago
server now serves first page, crashes on next FindAProperThreadID (server_threads.c:500)
AmmarkoV
as Ammar Qammaz
More... over 11 years ago
repairing things..
AmmarkoV
as Ammar Qammaz
More... over 11 years ago
...
AmmarkoV
as Ammar Qammaz
More... over 11 years ago
project compiles but is essentially broken .. It is not tested at all..
AmmarkoV
as Ammar Qammaz
More... over 11 years ago
kind of broken everything .. :P
AmmarkoV
as Ammar Qammaz
More... over 11 years ago
preparing to move all variables in an instance structure to make it possible for multiple instances to simultaneously bind different servers.. ( this will probably break a lot of things )
AmmarkoV
as Ammar Qammaz
More... over 11 years ago
all constants used by the headers are now defined in the headers for simplicity
AmmarkoV
as Ammar Qammaz
More... over 11 years ago
changed configuration.c to server_configuration.c because it conflicts with another header of one of my projects :P ( who would know.. )
AmmarkoV
as Ammar Qammaz
More... over 11 years ago
...
AmmarkoV
as Ammar Qammaz
More... over 11 years ago
...
AmmarkoV
as Ammar Qammaz
More... over 11 years ago
added a server instance id in calls which will make it possible to run multiple servers running multiple things from the same binary
AmmarkoV
as Ammar Qammaz
More... over 11 years ago
adding more configuration elements.. preparing callbacks for custom request handling :)
AmmarkoV
as Ammar Qammaz
More... over 11 years ago
added configuration files.. although they are not completely parsed yet .. Only basic things like binding port ..etc..
AmmarkoV
as Ammar Qammaz
More... over 11 years ago
update script updates InputParser from its own repo ..
AmmarkoV
as Ammar Qammaz
More... over 11 years ago
added my super special input parser , project almost ready for configuration from an /etc/ file :)
AmmarkoV
as Ammar Qammaz
More... over 11 years ago
ammarserver can run on ports below 1000 when started as a super user it then drops the UID according to configuration parameter..
AmmarkoV
as Ammar Qammaz
More... over 11 years ago
adding better super user dropping code.. , testing for port 80
AmmarkoV
as Ammar Qammaz
More... over 11 years ago
added handling sigterm , sigkill etc.. for gracefull exits..
AmmarkoV
as Ammar Qammaz
More... over 11 years ago
replaced donotcache calls everywhere :P
AmmarkoV
as Ammar Qammaz
More... over 11 years ago
Added an easier call for Donot cache resource ..
AmmarkoV
as Ammar Qammaz
More... over 11 years ago
changed another call because it conflicts bla bla..
AmmarkoV
as Ammar Qammaz
More... over 11 years ago
changed a call because it conflicts with another call on my robovision project ( I tend to think the same way I think :P )
AmmarkoV
as Ammar Qammaz
More... over 11 years ago
...
AmmarkoV
as Ammar Qammaz
More... over 11 years ago