Skip to content
Snippets Groups Projects
  1. Jan 26, 2017
    • Ramin Yaghoubzadeh Torky's avatar
      C++: added ipaaca-tester-cpp program · 22e0f632
      Ramin Yaghoubzadeh Torky authored
      Initial basic version for a 'multitool' console test battery.
      For now, it implements a simple sniffer (with output similar
      to ipaaca-iu-sniffer).
      Planned: switching mode (sniffer, injector, modifier ...)
      per command-line or interactively with keys; also implement
      other language versions.
      
      Caveat for sniffer function: resend_requests trigger ADDED event
      twice (once for the sniffer "" scope, once for the hidden one).
      22e0f632
  2. Dec 07, 2016
    • Ramin Yaghoubzadeh Torky's avatar
      cpp: Fixed successive batch updates on same top level key [ATTENTION] · 219bc821
      Ramin Yaghoubzadeh Torky authored
      Read access in locked payloads is performed on queued operations
      before searching the old database. Threads other than the locking
      thread consistently read the old information.
      
      On POSIX, default Lock now also uses boost::thread (instead of pthread)
      pthread linkage is still present for legacy wrapping.
      
      ATTENTION: unlocked payload writing is (by design) not thread-safe
      (won't crash but data might be inconsistent). Please use Locker armors
      around all code that might modify a payload in more than one thread.
      ---> #1: Always use Locker in IU handlers that write to existing IUs!!
      219bc821
  3. Dec 03, 2016
  4. Dec 02, 2016
  5. Aug 04, 2016
  6. Apr 27, 2016
  7. Dec 04, 2015
  8. Aug 02, 2015
  9. Feb 23, 2015
  10. Feb 21, 2015
  11. Feb 20, 2015
  12. Feb 14, 2015
  13. Feb 05, 2015
  14. Jan 30, 2015
  15. Sep 22, 2014
  16. Feb 13, 2014
  17. Feb 11, 2014
    • Ramin Yaghoubzadeh Torky's avatar
      C++: experimental Windows compatibility changes · 98544ede
      Ramin Yaghoubzadeh Torky authored
      State: "experimental - work required".
      
      Special build file conditions and conditionally compiled
      source code sections were implemented to make ipaaca compile
      under Windows. For now, the required libraries from the
      prepackaged "rsx" ZIP provided by CoRLab have been hard-coded
      in the Windows resolution / linking sections. The unpacked
      archive is expected to reside in the common repo dir as "rsx".
      98544ede
  18. Jan 31, 2014
  19. Nov 18, 2013
  20. Jan 17, 2013
  21. Jan 12, 2013
  22. Jan 07, 2013
  23. Aug 03, 2012
  24. Aug 02, 2012
  25. Jul 27, 2012
  26. Jul 24, 2012
Loading