Felipe Zimmerle
|
e95efa05cc
|
Fix assorted memory and static analysis errors
|
2017-03-06 15:02:00 -03:00 |
|
Felipe Zimmerle
|
f2d149fc5f
|
Extends the direct access model to other collections
|
2017-03-06 15:02:00 -03:00 |
|
Felipe Zimmerle
|
168fa22e19
|
Collections cleanup: removes resolveFirstCopy method
|
2016-12-28 19:56:27 -03:00 |
|
Felipe Zimmerle
|
2244e874e2
|
Moves static methods from class String to the namespace string
|
2016-11-04 16:00:44 -03:00 |
|
Felipe Zimmerle
|
62a0cb468b
|
Renames utils/msc_string.[h|cc] to utils/string.[h|cc]
|
2016-11-04 16:00:42 -03:00 |
|
Felipe Zimmerle
|
4ced1d18e0
|
Using full path in the header inclusion
|
2016-11-04 14:45:01 -03:00 |
|
Felipe Zimmerle
|
507ec44cc2
|
Refactoring on `utils.cc' and adjacents
Completely removed the `utils.cc' by moving residual functions into
sub-classes of `utils/'
|
2016-11-03 20:26:27 -03:00 |
|
Felipe Zimmerle
|
73c4d69174
|
Moves string related functions from utils' to utils/string'
|
2016-11-03 10:47:22 -03:00 |
|
Felipe Zimmerle
|
5d64f73817
|
Makes RULE collection to be resolved inside a macro expansion
|
2016-07-21 13:09:22 -03:00 |
|
Felipe Zimmerle
|
833089eb70
|
Adds method resolveFirstCopy to collections
Using the copy whenever it is necessary to avoid memory leak.
|
2016-07-08 10:22:37 -03:00 |
|
Felipe Zimmerle
|
2477470607
|
Adds support to the resource collection
|
2016-06-24 15:17:29 -03:00 |
|
Felipe Zimmerle
|
9919026620
|
Fixes regarding memory management
Fixes assorted issues identified by valgrind.
|
2016-06-16 00:03:57 -03:00 |
|
Felipe Zimmerle
|
758ecb5d6d
|
Adds support to USER collection, setuid action and USERID variable
More details on: #1026, #1024, #1048
|
2016-05-09 20:27:08 -03:00 |
|
Felipe Zimmerle
|
a2a47798e9
|
Adds support to the collection SESSION and setsid action
|
2016-05-06 14:38:04 -03:00 |
|
Felipe Zimmerle
|
3062ff2aa5
|
Using Collection instead of GlobalCollection
Both has the same methods and characteristics except for the fact that
one is global and the other not. That can be handled by the backend.
|
2016-05-04 22:42:24 -03:00 |
|
Felipe Zimmerle
|
64c4f23a4e
|
Collection class was changed to be a simple interface
InMomoryPerProcess class was added to be used where the old Collection
was used.
|
2016-05-04 22:42:17 -03:00 |
|
Felipe Zimmerle
|
5643d2fa28
|
Warming up to the remote collections support
Huge refactoring to have the code in shape to later support the
remote collections with different backends.
|
2016-05-03 17:39:49 -03:00 |
|