Skip to content
Snippets Groups Projects
  1. Aug 17, 2015
  2. Aug 14, 2015
    • Roman Tsisyk's avatar
      Fix #897: Introduce a public C API for stored functions in C and plugins · 316d4e3a
      Roman Tsisyk authored
      Introduce a layer of wrappers for a number of internal box functions,
      dealing with accss to spaces and indexes.
      
      These wrappers:
          * don't throw exceptions
          * have a common prefix box_
          * are exported in the server development headers
      
      Rewrite Lua C bindings to use the public API described above.
      Rewrite Lua FFI bindings to do the same.
      Add test.
      316d4e3a
  3. Aug 13, 2015
  4. Aug 12, 2015
  5. Aug 11, 2015
  6. Aug 10, 2015
  7. Aug 09, 2015
  8. Aug 06, 2015
  9. Aug 05, 2015
  10. Aug 04, 2015
  11. Aug 03, 2015
Loading