1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00
Commit graph

31 commits

Author SHA1 Message Date
5bb7404cd8 allow compilation against older libcurl versions 2018-07-04 15:08:48 +02:00
f31a7b0ffb get rid of strncpy as much as possible 2018-04-04 08:53:00 +02:00
0017d1bcb1 refactor: change include prefix 2018-02-04 16:40:52 +01:00
876a147842 fix memory leaks detected by valgrind 2017-09-05 01:09:34 +02:00
0239a15a84 tests: fixed unit tests for new io and tasks modules 2017-08-20 10:48:44 +02:00
3eea0c67bb - introduce low-level interface for new IO subsystem: we now have a fully extensible system for new IO formats and file formats
- reworked file node-type to remove in / out directions
2017-08-14 14:42:07 +02:00
57ecb76586 advio: check if file is locally accessible 2017-08-05 21:02:36 +02:00
b59a989278 cleanup trailing whitespaces 2017-07-25 12:07:06 +02:00
5f3620e3b4 add some debug messages 2017-07-02 19:37:48 +02:00
ec48dbd5ef advio: add file size to log output 2017-06-17 18:55:37 +02:00
293884b31b advio: support resumable up and downloads 2017-06-17 18:55:37 +02:00
96654cf3a4 advio: improve progress bar 2017-06-17 18:55:37 +02:00
53b5880dec advio: properly support local files 2017-05-08 00:50:54 +02:00
49054eef9f cleanup: removed trailing whitespaces in code 2017-05-05 19:24:16 +00:00
5be1853649 added GPL license to file headers 2017-04-27 12:56:43 +02:00
a81d1fc8de Merge branch 'develop' into node-shm 2017-04-17 23:54:44 +02:00
Georg Reinke
025713a46e don't link libext against any external libraries 2017-04-15 20:38:58 +02:00
31c1a50449 support older libcurl versions (< 7.42.0) (fixes #86) 2017-04-07 14:51:39 +00:00
b1fdeac63f advio: fixed unit tests 2017-03-25 21:13:45 +01:00
0c5204ccc3 advio: non HTTP protocols have return code 0 2017-03-20 09:08:10 -03:00
326b61fa59 fix invalid free() in advio 2017-03-20 09:07:45 -03:00
27913c3699 fix progressbar output in advio 2017-03-20 09:07:29 -03:00
4f3d61786d reworked advio to use hash instead of dirty flag 2017-03-14 01:47:16 -03:00
506873a25a remove broken ADVIO_MEM flag 2017-03-12 23:17:19 -03:00
7626c67616 added progress bar to advio up/downloads 2017-03-07 08:03:14 -04:00
3e7c855526 updated licence and copyright info in file headers 2017-03-03 20:20:13 -04:00
c930ad49b7 several smaller changes and bugfixes 2017-02-18 10:58:17 -05:00
dea0f1d61c advio: code refactoring 2017-02-12 14:44:05 -03:00
93c620eedf add support for memory backed local-copy of advio files 2017-02-12 14:42:35 -03:00
e7ba883b60 added flags parameter to afopen() 2017-02-12 14:41:02 -03:00
59af81284c Replaced curlio with own advio (advanced io) 2017-01-19 23:12:52 -02:00