1
0
Fork 0
Commit Graph

1869 Commits

Author SHA1 Message Date
Jan Steemann d72354da66 issue #1003: added feature to use backslash escaping for CSV data in arangoimp 2014-08-28 21:03:58 +02:00
Jan Steemann 81c095105b issue #1003 2014-08-28 10:32:32 +02:00
Jan Steemann cda10393f5 some traversal speedups 2014-08-27 18:56:51 +02:00
Thomas Schmidts f964696ec1 Fixed wrong spelling in the errors 2014-08-25 15:56:34 +02:00
Frank Celler 9fa3d22d6c towards new dispatcher interface 2014-08-18 23:37:32 +02:00
Jan Steemann 0a70e979f8 call `toJSON` function of objects (if present) when serializing 2014-08-13 16:05:58 +02:00
Frank Celler f6e242039d relaxed % and escaping 2014-08-12 14:53:59 +02:00
Frank Celler cc91cd1cb0 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-08-11 12:43:47 +02:00
Jan Steemann 099ec8db60 reallow attribute names starting with underscores 2014-08-07 15:52:58 +02:00
Jan Steemann cb2e9a8a37 fixed JSON conversion 2014-08-07 15:48:33 +02:00
Frank Celler be06ef7f25 new upgrade-database (formely known as version-check) and new startup procedure 2014-08-07 14:12:19 +02:00
Thomas Schmidts baf6635627 Added missing methods to fs module. fix #978 2014-08-05 13:37:40 +02:00
Jan Steemann 6e09cd1736 gcc 2014-08-05 09:07:11 +02:00
Jan Steemann b657c61bee readline vs. linenoise vs. dummyshell: finally... 2014-07-30 09:43:38 +02:00
Jan Steemann 728a439d3f readline vs. linenoise vs. dummyshell: next try 2014-07-30 09:30:41 +02:00
Jan Steemann e05604e5b4 issue #972: Compilation Issue 2014-07-30 09:13:40 +02:00
Thomas Schmidts 059b83b1d2 Comments in .md will be deleted now 2014-07-23 17:06:32 +02:00
Jan Steemann f0f9664bae fix compile warnings for Visual Studio 2014-07-23 11:35:17 +02:00
Max Neunhoeffer a8e3236560 Snapshot, legend cache started. 2014-07-22 16:59:19 +02:00
Jan Steemann 6ca37dd0eb Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-07-22 15:17:02 +02:00
Jan Steemann b36ad17cc6 finished --wal.suppress-shape-information 2014-07-22 15:16:49 +02:00
Thomas Schmidts 2afd5cc356 Fixed some wrong references 2014-07-21 18:06:02 +02:00
Jan Steemann 33ca76773a fixed compiler warning 2014-07-21 14:22:54 +02:00
Jan Steemann ddf69e99a9 fixed tasks with offset 0.0 2014-07-21 14:22:39 +02:00
Frank Celler cf81e3ff00 generate .cpp file instead of .c file 2014-07-10 19:13:12 +02:00
Thomas Schmidts 1be856675f Added Error codes and meanings 2014-07-09 14:20:23 +02:00
Michael Hackstein 4cf8df05dc Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-07-08 13:53:43 +02:00
Michael Hackstein f763f0aa13 Added an error for the graph module. It will be thrown on the attempt to add an orphan collection that is already used. Also alloed orphan collections for restrictions in fluentAQL 2014-07-08 13:53:39 +02:00
Frank Celler e436ecfa40 if a cancelation has occured, flush the module cache 2014-07-08 11:54:53 +02:00
Frank Celler 0703809e00 added isIP 2014-07-07 18:46:02 +02:00
Thomas Schmidts 1a78807a67 Fixed a few @startDocuBlock errors 2014-07-07 16:15:50 +02:00
Max Neunhoeffer af3c55d198 Fix a typo. 2014-07-07 12:13:01 +02:00
Frank Celler b536afd7f5 lower log level to debug 2014-07-07 12:11:37 +02:00
Frank Celler 60057037e2 added ERR_clear_error 2014-07-07 12:06:13 +02:00
Frank Celler 0c56fdc431 added state transition for WANT_READ and WANT_WRITE 2014-07-06 13:43:53 +02:00
Frank Celler 906fe27886 cosmetics 2014-07-06 13:43:52 +02:00
Frank Celler 093ee72467 removed superflous shutdown 2014-07-05 23:31:29 +02:00
Frank Celler dd006970cc shutdown SSL immediately 2014-07-05 23:02:30 +02:00
Frank Celler df997d0688 removed superflous socket and connection info 2014-07-05 22:18:34 +02:00
Frank Celler 9ff5ea5e30 cosmetics 2014-07-05 22:18:05 +02:00
Frank Celler d3df9ae82c ifdef for old MacOS openssl 2014-07-04 10:50:41 +02:00
Jan Steemann bf549f902f Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-07-03 22:51:03 +02:00
Jan Steemann f939b079c4 recovery 2014-07-03 22:49:49 +02:00
Max Neunhoeffer f1a3b687f4 Try to fix compilation of new SSL setup on Mac OSX. 2014-07-03 22:13:38 +02:00
Jan Steemann cbf7e27f68 added derived files 2014-07-03 17:12:56 +02:00
Jan Steemann 1d051f4e1e fixed shaping of regexp/date objects etc
this is disallowed, but due to an invalid sequence of if statements such attributes
were silently converted into `{ }` before and no error was returned to the user
2014-07-03 16:58:40 +02:00
Thomas Schmidts 648014bc8f Fixed appearance of errorCodes in Documentation, moved files 2014-07-03 16:46:07 +02:00
Jan Steemann 2babd2a1d2 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-07-03 12:58:18 +02:00
Max Neunhoeffer c3fbfba2d9 Try to fix SSL problems, not yet working. 2014-07-03 11:24:05 +02:00
Jan Steemann 60fd8e44e4 nullptr 2014-07-03 10:17:10 +02:00