• Sign in

discontinued / server · Commits

Dogs2 white

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Forks
  • Snippets
  • Network
  • Commits 169
  • Network
  • Compare
  • Branches 1
  • Tags 0
  • server
22 Mar, 2016
8 commits
  • try to fix the table
    ebab2903
    Georg Hopp authored
    2016-03-22 01:08:55 +0100  
    Browse Files »
  • try to fix the table
    ebe49154
    Georg Hopp authored
    2016-03-22 01:08:09 +0100  
    Browse Files »
  • try to fix the table
    482c4425
    Georg Hopp authored
    2016-03-22 01:07:07 +0100  
    Browse Files »
  • try to fix the table
    328ab651
    Georg Hopp authored
    2016-03-22 01:06:43 +0100  
    Browse Files »
  • try to fix the table
    9e1e4f78
    Georg Hopp authored
    2016-03-22 01:06:01 +0100  
    Browse File »
  • try to fix the table
    9c6a7129
    Georg Hopp authored
    2016-03-22 01:04:13 +0100  
    Browse Files »
  • try to fix the table
    51630b24
    Georg Hopp authored
    2016-03-22 01:02:40 +0100  
    Browse Files »
  • improve README.md
    28c6e2a5
    Georg Hopp authored
    2016-03-22 01:01:12 +0100  
    Browse File »

19 Mar, 2016
32 commits
  • moved httpMessageQueue to a generalized Queue class as in fact it was nothing el… ...
    e4d77c83
    …se except that it only stored HttpMessages.
    Georg Hopp authored
    2016-03-19 19:07:14 +0100  
    Browse Files »
  • remove accidently added binary and change gitignore
    2a988830
    Georg Hopp authored
    2016-03-19 19:07:14 +0100  
    Browse Files »
  • fix message queue get. Problem was not correctly updated last value on empty queue
    aa9339dc
    Georg Hopp authored
    2016-03-19 19:07:14 +0100  
    Browse Files »
  • remove no longer needed variable
    259bb7e3
    Georg Hopp authored
    2016-03-19 19:07:14 +0100  
    Browse Files »
  • changed HttpMessageQueue to be a real queue and not a fixed size array
    a239fc98
    Georg Hopp authored
    2016-03-19 19:07:14 +0100  
    Browse Files »
  • ignore profile information files
    514b7843
    Georg Hopp authored
    2016-03-19 19:06:29 +0100  
    Browse Files »
  • change on coverage generation...i still don't get any branch info, and i am not … ...
    9b53f7f7
    …sure what it would describe
    Georg Hopp authored
    2016-03-19 19:06:29 +0100  
    Browse Files »
  • fix missing changes in webgameserver.c
    dfb9a8a6
    Georg Hopp authored
    2016-03-19 19:06:29 +0100  
    Browse Files »
  • add missing non generated m4 macro and Makefile
    659dba21
    Georg Hopp authored
    2016-03-19 19:06:29 +0100  
    Browse Files »
  • huge refactoring of build structure as well as other changes...sorry for the hug… ...
    317cc63d
    …e diff. These are the changes done within the sister project taskrambler, including reactivation of the existing tests as well as code coverage reports
    Georg Hopp authored
    2016-03-19 19:06:29 +0100  
    Browse Files »
  • change session id creation from & time to ^ to get one without a username
    4f4e6438
    Georg Hopp authored
    2016-03-19 19:06:29 +0100  
    Browse Files »
  • remove daemonize again
    ae75d9d6
    Georg Hopp authored
    2016-03-19 19:06:29 +0100  
    Browse Files »
  • merged remote
    87d77749
    Georg GH. Hopp authored
    2016-03-19 19:06:29 +0100  
    Browse Files »
  • changed frontend to make it to use ldap login and simple session setup without username
    785b1c36
    Georg Hopp authored
    2016-03-19 19:06:29 +0100  
    Browse Files »
  • added a first basic athentication system with ldap binding. Now login depends on… ...
    5fc9ce54
    … the existens of a valid ldap account
    Georg Hopp authored
    2016-03-19 19:06:29 +0100  
    Browse Files »
  • add cookie request parsing and fix post (form vars) parsing. User new parsed coo… ...
    e7553ea2
    …kies within worker/process
    Georg Hopp authored
    2016-03-19 19:06:29 +0100  
    Browse Files »
  • fix memory leak introduced when https was added as well as a bug in request line parsing
    1fb86288
    Georg Hopp authored
    2016-03-19 19:06:29 +0100  
    Browse Files »
  • exclude new executable name from repo
    142319ae
    Georg Hopp authored
    2016-03-19 19:06:29 +0100  
    Browse Files »
  • GET and POST vars are now parsed when request ist parsed. COOKIE will follow. Wh… ...
    d0368bb2
    …ile parsing the request line i also get pic the path from it.
    Georg Hopp authored
    2016-03-19 19:06:29 +0100  
    Browse Files »
  • Added a new abstraction: hash. A a lot of things within http are key/value thing… ...
    646d1e1c
    …s based on stings i created this generic hash class and use it to store the header right now. In future it will also be used to store cookie, get and post vars
    Georg Hopp authored
    2016-03-19 19:06:29 +0100  
    Browse Files »
  • just a small change to update session info (and the session because every reques… ...
    784364db
    …t does this) on window focus
    Georg Hopp authored
    2016-03-19 19:06:29 +0100  
    Browse Files »
  • move jquery init into separate js file and server action
    662e3aac
    Georg Hopp authored
    2016-03-19 19:06:29 +0100  
    Browse Files »
  • Username is shown again in the frontend
    78ee46aa
    Georg Hopp authored
    2016-03-19 19:06:29 +0100  
    Browse Directory »
  • be somewhat more verbose in frontend and update session live bar every 10th seco… ...
    27457db4
    …nd (looks much more fluent *G*)
    Georg Hopp authored
    2016-03-19 19:06:29 +0100  
    Browse Files »
  • now the session livetime is shown with a bar, as well as the current session id.… ...
    d4b1c3fd
    … These are updated on reload or ajax call.
    Georg Hopp authored
    2016-03-19 19:06:29 +0100  
    Browse Files »
  • moved several static content to various files
    69cfdd07
    Georg Hopp authored
    2016-03-19 19:06:29 +0100  
    Browse Files »
  • Some fixes: ...
    1af8b32f
    - skipNonAlpha now really skips NON alpha chars
    - parserBody now reads the MIN of want to what's available
    - changed the order in body read...an 0 nbody leads to immediate
      completion, than the first check is if the buffer is empty and only if
      it's not data is read. fixes #20
    Georg Hopp authored
    2016-03-19 19:06:29 +0100  
    Browse Directory »
  • closes #19: first integration of OpenSSL...this makes leak testing with valgrind… ...
    f1215c67
    … a pain so i will think about some conditional to activate and deactivate it. Additionally it seems that some memory will be left over somewhere, maybe i missed somed cleanup function i have to call and finally the integration really needs error handling.
    Georg Hopp authored
    2016-03-19 19:06:29 +0100  
    Browse Files »
  • fix leak on shutdown created because of missing to delete new stream class on shutdown
    4893b417
    Georg Hopp authored
    2016-03-19 19:06:29 +0100  
    Browse Files »
  • refs #19: Added a stream class. This is a delegate that uses the correct read an… ...
    5b3fed54
    …d write methods for the given stream type. This is implemented as prerequesite for the SSL implemented
    Georg Hopp authored
    2016-03-19 19:06:29 +0100  
    Browse Files »
  • add assets to dist dir
    58eb487e
    Georg Hopp authored
    2016-03-19 19:06:29 +0100  
    Browse Files »
  • changed to version 0.0.2
    0caad5a5
    Georg Hopp authored
    2016-03-19 19:06:29 +0100  
    Browse Files »