Unit tests fail randomly, investigation (no fix)
[platform/core/security/vasum.git] / common /
2015-10-30 Krzysztof DynowskiUnit tests fail randomly, investigation (no fix) 11/50111/6
2015-10-29 Jan Olszakcommon: waitForFile using Inotify 30/50530/1
2015-10-27 Krzysztof Dynowskilxcpp: cgroups API implementation (part 2) 27/49827/9
2015-10-23 Maciej J. Karpiuklxcpp: provisioning implementation (part 2) 24/49724/14
2015-10-22 Krzysztof Dynowskilxcpp: cgroups API implementation (part 1) 72/49472/10
2015-10-21 Jan Olszakcommon: Inotify implementation 30/49730/7
2015-10-15 Krzysztof Dynowskilxcpp: network implementation (part 3) 32/48832/18
2015-10-14 Lukasz PawelczykImplement Container::console() 08/49308/5
2015-10-12 Jan Olszaklxcpp: Stopping container's init process 04/49304/3
2015-10-09 Lukasz PawelczykFix the color codes effectively fixing the BOLD colors 43/49243/1
2015-10-07 Pawel KubikIPC unit tests and testing framework improvements 77/48677/14
2015-09-27 Krzysztof Dynowskilxcpp: network implementation (part 2) 01/48301/17
2015-09-23 Krzysztof Dynowskihotfix2: assert condition 99/48599/4
2015-09-23 Krzysztof Dynowskihotfix: expression always true, use ::ioctl 89/48589/4
2015-09-22 Lukasz Pawelczyklxcpp: Terminal preparation part 2 (guest) 35/48535/2
2015-09-22 Lukasz Pawelczyklxcpp: Terminal preparation part 1 (host) 70/48370/4
2015-09-17 Krzysztof Dynowskilxcpp: network implementation (part 1) 56/47256/20
2015-09-16 Lukasz Pawelczyklxcpp: Initial implementation of the start API call 48/47548/22
2015-09-11 Pawel KubikStatic common library 93/47893/8
2015-09-10 Pawel Kubikcppcheck fixes 59/47759/3
2015-09-02 Lukasz KostyraChange MessageID and PeerID type to UIDs 35/46235/7
2015-09-01 Pawel KubikMove ccolor to common/utils 78/47178/3
2015-08-28 Pawel KubikRefactored logging code. 20/46920/14
2015-08-28 Krzysztof Dynowskilxcpp: add all required objects to lxcpp.so, add test... 44/47044/4
2015-08-21 Jan Olszaklxcpp: Simple attach implementation 40/46340/8
2015-08-06 Krzysztof DynowskiCleanup cppcheck statistics 58/45358/6
2015-08-03 Dariusz MichalukAdd daemonize function to work in the background. 71/44871/12
2015-07-31 Jan Olszaklxcpp: setns wrapper 34/45034/6
2015-07-29 Krzysztof DynowskiMake vasum-cli arguments shorter/nicer with autocomplet... 12/44612/23
2015-07-28 Dariusz MichalukRemove debug logs in release build. 83/44783/2
2015-07-23 Lukasz KostyraFix Doxygen warnings 94/44494/3
2015-07-15 Jan OlszakIgnoring SIGTERM 48/43948/2
2015-07-10 Jan OlszakHandling signals with signalfd 87/43387/9
2015-07-08 Mateusz MalickiRemoved unused code (ZONE_CONNECTION macro) 54/42954/4
2015-07-06 Mateusz MalickiFix method signature (add override) 85/42985/1
2015-06-30 Krzysztof DynowskiAdjust to coding style rules 28/42528/4
2015-06-30 Lukasz PawelczykImplement a Lock/Unlock Queue API calls. 74/41874/7
2015-06-19 Lukasz KostyraFinish CreateFile API 79/41579/6
2015-06-15 Jan OlszakCreate File in LxcZone 11/41211/9
2015-06-15 Lukasz PawelczykUnlock the latch even in the case of an exception 54/41454/2
2015-06-15 Lukasz PawelczykMake all the API calls queue together so we guarantee... 96/40996/4
2015-06-10 Mateusz MalickiRemove unused function 55/40955/1
2015-05-26 Lukasz KostyraRemove libcap_ng and replace it with syscalls 50/39550/5
2015-05-25 Mateusz MalickiFix GetZoneIdByPidTestMultiple, GrantRevoke 80/39680/3
2015-05-20 Lukasz KostyraFix critical bug in environment.cpp 48/39648/1
2015-05-19 Mateusz MalickilibIpc separated from vasum #2/2 13/39413/6
2015-05-19 Mateusz MalickilibIpc separated from vasum #1 (code refactor) 05/39305/5
2015-05-08 Krzysztof DynowskiVasum Wrapper: wrap old api client library #2 89/38889/16
2015-05-06 Mateusz MalickiRemove strerror usage 54/38854/5
2015-05-06 Mateusz MalickiListen on dbus and ipc socket at the same time 78/38978/4
2015-05-06 Dariusz MichalukCreate libLogger, libSimpleDbus, libConfig packages. 55/38855/5
2015-04-23 Mateusz MalickiRename: DispalyOff to SwitchToDefault, ZoneDbusState... 03/38503/9
2015-04-23 Mateusz MalickiFix doxygen comment 10/38610/2
2015-04-23 Mateusz MalickiPrevent from inheriting fd by zones 97/38597/3
2015-04-17 Dariusz MichalukAdd libSimpleDbus, libLogger, libConfig source code... 59/38359/1
2015-04-16 Mateusz MalickiHost to host communication through IPC (switch to IPC #2) 96/37996/11
2015-04-14 Mateusz MalickiClient refactor (using libConfig, switch to IPC #1) 73/37873/12
2015-04-07 Lukasz KostyraOptimize launchAsRoot when UID is 0 38/37838/2
2015-03-30 Mateusz MalickiPossibility to remove ipv4/ipv6 addresses from interface 79/36979/6
2015-03-25 Jan OlszakUsing libConfig structures for input in server 63/36863/4
2015-03-25 Mateusz MalickiFIX: compile on x86_64, operator << instead + in log... 90/37390/3
2015-03-25 Piotr BartosiewiczEpoll modifyFD method added. Some refactor. 91/36891/5
2015-03-24 Mateusz MalickiAbility to fetch information from netlink (list netdev) 05/36105/23
2015-03-23 Mateusz MalickiAdded functions to file descriptor passing and joining... 48/36748/6
2015-03-12 Jan OlszakIPC agnostic MethodResultBuilder 01/36601/10
2015-03-12 Piotr BartosiewiczIPC works on epoll 96/36596/4
2015-03-09 Piotr BartosiewiczEpoll refactor 24/36524/2
2015-03-02 Mateusz MalickiStubs for get/set ipv4/ipv6, destroy netdev and list... 21/35621/8
2015-03-02 Mateusz MalickiCreating netdev 69/35369/13
2015-03-02 Piotr BartosiewiczEpoll wrapper, epoll dispatchers (glib and threaded) 12/35712/8
2015-02-27 Piotr BartosiewiczEnable cpuQuota options, fix cpuQuota logic 64/35964/2
2015-02-25 Lukasz KostyraAdd systemd socket support 92/35292/13
2015-02-18 Piotr BartosiewiczBetter exception testing 87/35587/1
2015-02-18 Mateusz MalickiStubs for creating netdev 49/35349/3
2015-02-11 Jan OlszakIPC: Asynchronous method result sending 47/35147/5
2015-02-06 Piotr BartosiewiczCode cleanup 53/35053/1
2015-02-05 Jan OlszakIPC: Added unique PeerID to the API to identify peers 38/34938/8
2015-01-30 Jan OlszakIPC: Changed recursive_mutex to mutex in the Processor 07/34707/2
2015-01-30 Jan OlszakIPC: Remote error handling 63/34463/13
2015-01-28 Piotr BartosiewiczFix focus, defaultId, foregroundId logic 67/34467/3
2015-01-23 Piotr BartosiewiczFix ut threading, ut refactor 44/34344/1
2015-01-23 Jan OlszakIPC: Support older glib 74/34274/6
2015-01-21 Lukasz KostyraAdd ValueLatch interface and use it in IPC tests 71/33671/10
2015-01-19 Jan OlszakIPC: Single request queue 22/33922/8
2015-01-14 Jan OlszakIPC: Single state mutex in Processor 55/33755/4
2015-01-09 Jan OlszakIPC: Cleaned up timeouts in tests 23/33423/4
2015-01-07 Jan OlszakIPC: External polling loop with a Client 52/32052/12
2015-01-07 Piotr BartosiewiczSmall code cleanup 89/32989/2
2015-01-02 Piotr BartosiewiczDebug utility class: SameThreadGuard 73/32673/2
2014-12-23 Piotr BartosiewiczFix creating zone when USE_EXEC is defined 66/32766/1
2014-12-23 Piotr BartosiewiczImplement grant and revoke device 11/32611/5
2014-12-19 Mateusz MalickiTaking into account the provision configuration 07/31207/12
2014-12-16 Piotr BartosiewiczWorker thread utility class 91/31891/7
2014-12-16 Lukasz KostyraAdd "enabled" file 96/32096/3
2014-12-16 Jan OlszakIPC: Support for the external polling loop in Service 57/31957/9
2014-12-09 Piotr BartosiewiczFix doxy comments and some other warnings 75/31775/1
2014-12-09 Dariusz MichalukRename containers to zones 11/31711/3
2014-12-09 Dariusz MichalukRename security containers to vasum 51/31651/4
2014-12-08 Jan OlszakIPC: Replace PeerID witch peer's file descriptor 59/31659/2
2014-12-08 Piotr BartosiewiczFix some other threading issues 50/31650/3
next