Felipe Zimmerle
|
3748d62f19
|
Changes copyright dates on the code
|
2021-01-19 09:24:37 -03:00 |
|
Felipe Zimmerle
|
357c140003
|
Changens copyright year
|
2020-01-31 10:32:37 -03:00 |
|
Felipe Zimmerle
|
fe98ce4c7d
|
Cosmetics: address cppcheck warnings
|
2020-01-30 18:19:34 -03:00 |
|
Felipe Zimmerle
|
eeec7efb68
|
Renames collection::Variable to VariableValue
|
2018-02-20 13:40:01 -03:00 |
|
Felipe Zimmerle
|
6f7fdd9493
|
Using direct variable access instead m_collections
|
2018-02-20 13:40:01 -03:00 |
|
Felipe Zimmerle
|
082a3e3287
|
Adds support to SecWebAppID
|
2017-11-08 09:33:14 -03:00 |
|
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
|
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
|
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 |
|