Jan Steemann
73a4e98337
fixed memory issue
2012-10-11 14:26:08 +02:00
Jan Steemann
e906fe374c
fixed memory issues
2012-10-11 14:17:19 +02:00
Jan Steemann
b642b48603
fixed memory issues
2012-10-11 14:08:38 +02:00
Jan Steemann
85cba473ba
fixed memory clearing in TRI_EraseFrontStringBuffer for some cases
2012-10-11 13:31:43 +02:00
Jan Steemann
f147be4612
temporary patch for issue #231 . will be removed soon
2012-10-11 11:56:11 +02:00
Jan Steemann
24a23cc881
regenerated manual
2012-10-11 09:47:28 +02:00
Jan Steemann
f47a96c168
updated documentation ( #227 , #228 , #229 )
2012-10-11 00:36:47 +02:00
Jan Steemann
dcaf0ffcae
issue #228
2012-10-11 00:05:02 +02:00
Jan Steemann
b2088507bb
issue #229
2012-10-11 00:00:50 +02:00
Jan Steemann
9ffc7a7cfd
fix memory zone issues
2012-10-10 23:49:18 +02:00
Jan Steemann
a002ded8ed
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2012-10-10 22:55:17 +02:00
Jan Steemann
600ba0ed0c
fixed a typo in documentation
2012-10-10 22:00:33 +02:00
Jan Steemann
679e24c3c4
fixed documentation typos
2012-10-10 19:06:08 +02:00
Jan Steemann
a4b979222f
fixed memory zone issues, memleaks
2012-10-10 19:05:16 +02:00
Jan Steemann
89f46f25ae
fixed typos in documentation
2012-10-10 18:34:02 +02:00
Jan Steemann
b639a6ec8c
removed lines that printed stuff out
2012-10-10 18:33:34 +02:00
Jan Steemann
31ce03b31d
fixed some memory zone issues
2012-10-10 15:17:46 +02:00
Jan Steemann
97723bbdf6
removed --enable-ssl configure option
...
having OpenSSL installed is now a requirement for compiling ArangoDB
2012-10-10 14:55:18 +02:00
Jan Steemann
a08b5ac230
remove configure option --enable-lock-check. has done its purpose already
2012-10-10 14:21:25 +02:00
Jan Steemann
22c1252a4f
moved some edge collection stuff to edge-collection.*
2012-10-10 14:05:06 +02:00
Jan Steemann
95ff3178a6
remove useless includes
2012-10-10 12:39:10 +02:00
Jan Steemann
dca19fcd32
move edge-related functionality to file of its own
2012-10-10 11:42:52 +02:00
Jan Steemann
6847caac80
changed misleading member name (secondaryIndexes => allIndexes)
2012-10-10 11:24:36 +02:00
Jan Steemann
6d96d040fa
added AQL function TO_LIST
2012-10-10 11:02:56 +02:00
Jan Steemann
2bf74c48c5
added AQL function TO_LIST
2012-10-10 10:54:12 +02:00
Jan Steemann
03f89b5692
updated CHANGELOG
2012-10-10 10:52:08 +02:00
Jan Steemann
eb11086ae5
added AQL function TO_LIST
2012-10-10 10:51:35 +02:00
Jan Steemann
f5027fa9cf
updated documentation
2012-10-10 09:38:50 +02:00
Jan Steemann
29b9b09edc
fixed documentation
2012-10-10 09:36:43 +02:00
Jan Steemann
e4a473586a
fixed documentation
2012-10-10 09:31:08 +02:00
Jan Steemann
37ddfea504
updated CHANGELOG
2012-10-10 09:23:48 +02:00
Jan Steemann
9ffa4779e2
test cases for issue #213
2012-10-10 09:22:18 +02:00
Jan Steemann
957d4d7402
documentation and some cleanup for issue #213
2012-10-09 17:56:31 +02:00
Jan Steemann
29b1877abd
removed createHeader and updateHeader dynamic functions
...
Those are only necessary in the document collection and the document collection can safely call its own static functions. no need for function pointers
2012-10-09 16:59:02 +02:00
Frank Celler
9b5dde2013
Merge pull request #225 from triAGENS/1.0-issue-165
...
Update of ArangoDB Actions
2012-10-09 07:56:23 -07:00
Frank Celler
f7c990ce1a
Merge pull request #216 from jsteemann/issue213
...
possible implementation for issue #213
2012-10-09 07:51:15 -07:00
Frank Celler
c637ac03b6
Merge branch '1.0' of github.com:triAGENS/ArangoDB into 1.0-issue-165
2012-10-09 16:47:58 +02:00
Jan Steemann
aff81e4793
fix manual text
2012-10-09 14:59:25 +02:00
Jan Steemann
a14556b89b
updated CHANGELOG
2012-10-09 14:53:08 +02:00
Jan Steemann
994a3e3424
issue #224 : allow optional content-id for batches
...
this allows clients to send a content-id for each batch part
the server will return the content-id in each part response so the client can more easily map requests and responses
the content-id will not be validated or checked for uniqueness by the server. it is up to the client to send sensible content-ids to the server
currently, the server will not store the content-ids anywhere. they are just used within one batch request and then "forgotten"
2012-10-09 14:50:20 +02:00
Jan Steemann
029c840b09
fixed a memleak
2012-10-09 14:49:45 +02:00
Jan Steemann
1167c2473f
updated manual pages
2012-10-09 12:59:52 +02:00
Jan Steemann
6b24c5d7f9
fixed typo, change publish-html
2012-10-09 10:58:10 +02:00
Jan Steemann
254ce53be0
changed version number to 1.1.0
2012-10-09 10:57:56 +02:00
Jan Steemann
442627c95f
fixed typo, removed footer and header for WP
2012-10-09 10:52:35 +02:00
Frank Celler
c1db2c00cc
fixed typo, removed footer and header for WP
2012-10-09 10:50:13 +02:00
Jan Steemann
ca6ffcc6bc
issue #219 : continue in case of "document not found" error
2012-10-08 18:26:01 +02:00
Jan Steemann
9ceca523af
issue #219 : continue in case of "document not found" error
2012-10-08 18:23:49 +02:00
Jan Steemann
e506f8ad8b
updated CHANGELOG
2012-10-08 18:19:18 +02:00
Jan Steemann
e326255301
issue #219 : continue in case of "document not found" error
2012-10-08 18:12:50 +02:00