This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ghopp
/
taskrambler
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
349
Commits
8
Branches
10
Tags
3.6 MiB
Tree:
562407c88e
0.1.7
master
next
release0.1.5
release0.1.6
release0.1.7
v0.1.8
v0.1.9
0.1.8
0.1.9
v0.1
v0.1.1
v0.1.2
v0.1.3
v0.1.4
v0.1.5
v0.1.6
v0.1.7
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '562407c88e'
${ noResults }
Commit Graph
28 Commits (562407c88ed25652d4c5cc57ad486471b97a2e41)
Author
SHA1
Message
Date
Georg Hopp
562407c88e
now use libtrio for all io operations.
12 years ago
Georg Hopp
cf7f338bb2
move all hashing helper code in separate library
12 years ago
Georg Hopp
67b37a057b
moved the class and memory management into a separate project libtrbase / prefix all of the public interface of libtrbase with TR_
12 years ago
Georg Hopp
568a14b68e
daemonize again
12 years ago
Georg Hopp
ae898e44df
prepare release 0.1.8
12 years ago
Georg Hopp
365fdd7494
more valgrind indicated fixes
12 years ago
Georg Hopp
de714f8a19
use the new application container
12 years ago
Georg Hopp
080add7222
remove specialized load and save from user, add serializable and indexable interface and make user utilize both and store a user and its credentials keyed by its uuid
12 years ago
Georg Hopp
a1350d7591
added a generic router. This is a REST router that maps urls to specific functions which it tries to find via dlsym. That way the only thing to do to get a new REST functionality is to add a function that fits into the namesheme. All existing functionality is moved accordingly
12 years ago
Georg Hopp
3ef8be23e8
deamonize by default
12 years ago
Georg Hopp
f82635de45
fix segfault if config file could not be read. Now taskrambler stops with a message
12 years ago
Georg Hopp
7005c8860a
make install works now. So from now on taskrambler will not work when run from its build dir, because it can't find its assets then. To make installation work a basic config file reader class was implemented.
12 years ago
Georg Hopp
f1a1399db7
now signup and login with storage of a hashed password works.
12 years ago
Georg Hopp
1094e9c9f0
make sessions start on any request and clean them when they have timed out.
12 years ago
Georg Hopp
9cd89f97cf
now signup and login with storage of a hashed password works.
12 years ago
Georg Hopp
76d164b80c
make sessions start on any request and clean them when they have timed out.
12 years ago
Georg Hopp
79b346559a
code with abstraced application compiles again, but does not work correctly, start debugging. refs
#24
12 years ago
Georg Hopp
36612df0da
implemented an application class as well as an http adapter for it and use it to start application logic by http requests as well as creating a fitting repsonse. Not perfect, but a start. This code is not finish and will not work...in fact it won't even compile i think. refs
#24
12 years ago
Georg Hopp
16f7a42968
checked SSL support, the only thing that was really broken was the error handling while reading data... well maybe writing has also bugs, but it works.
12 years ago
Georg Hopp
56fdd4bd00
changed socket handling according to my definition...and make sockets nonblocking as the answer of poll is just a guess...
12 years ago
Georg Hopp
d235aaef32
try to use memory mapped io for asset access, but this one leaks like a rotten barge
12 years ago
Georg Hopp
157f48031c
now valgrind shows no more violations...but cleanup does not work correcly. The memory usage depends now on the amount of paralell connections...ab show approximately 10% to 20% performance improvement / and the code is far from optimal.
12 years ago
Georg Hopp
a8b362f89d
fix some warnings
12 years ago
Georg Hopp
d8ad1d7b26
add memCleanup before process end
12 years ago
Georg Hopp
e6d275faa2
put daemonize before our working child is forked.
12 years ago
Georg Hopp
7a717ad8f0
moved logger to separate archive
14 years ago
Georg Hopp
f0d05e1413
huge changes in build system. Moved a lot of stuff to separate archives, not finished right now. Additionally add some support for coverage reports. Next step after build restructuring is to write tests.
14 years ago
Georg Hopp
dd9d49d5a9
made all class and interface basics to a small lib. This is the first one. All other parts will become libs too. Right now these are only static libs but this way its easy to split them out if needed
14 years ago
Georg Hopp
61f8dc58e1
add latest stuff from parent project yabrog. Essentially some request variable handling and authentication interface with ldap implementation. Additionally add docBlocks to all C source and header files and make a real copyright sign from the (C).
14 years ago
Georg Hopp
fa02368ab8
initial fork from server project
14 years ago