- 40f184f tests[state-server]: Create test cases for StateServer by Yukai Tu · 8 years ago
- b95c6a5 state server by Lijing Wang · 8 years ago
- 8e56d08 dispatcher by Lijing Wang · 8 years ago
- 6977ec4 content server by Lijing Wang · 8 years ago
- a697cf2 fetch: Switch code to use ndn-cxx by Lijing Wang · 8 years ago
- 9f77a8c object: Switch code to use ndn-cxx by Lijing Wang · 8 years ago
- 51837ad action-log: Switch code to use ndn-cxx by Lijing Wang · 8 years ago
- 1cf5c43 Make use of logger provided by ndn-cxx by Alexander Afanasyev · 8 years ago
- e84adea sync: Switch code to use ndn-cxx by Lijing Wang · 10 years ago
- a9369b4 ci: Add Jenkins and Travis CI support by Alexander Afanasyev · 8 years ago
- c7170bc db-helper: Switch code to use ndn-cxx by Alexander Afanasyev · 8 years ago
- 45355a5 Fix warning from protobuf about version of the protobuf file syntax by Alexander Afanasyev · 8 years ago
- 360f41f core: Add core module for shared code by Alexander Afanasyev · 8 years ago
- eda3b7a Update style to (almost) conform to ndn-cxx style using clang-format by Alexander Afanasyev · 8 years ago
- fa2f662 Add license file and update license boilerplates by Alexander Afanasyev · 8 years ago
- f4cde4e Fix includes by Alexander Afanasyev · 8 years ago
- 4528997 Remove legacy code and rename files to new naming convention by Alexander Afanasyev · 8 years ago
- e83c056 build: Upgrade build system by Alexander Afanasyev · 8 years ago
- 1dd37ed Switch from NDNx to CCNx by Alexander Afanasyev · 11 years ago
- adb54eb Add second fileState to avoid incorrect detection of local modifications by Yingdi Yu · 11 years ago
- f0b3de3 Add slow start and back-off timeout in Fetcher by Yingdi Yu · 12 years ago
- d5d99be ccnx: Correct way of verification, no longer rely on ccnx checking by Zhenkai Zhu · 12 years ago
- 9dd9adc ccnx: Rename Key to Cert; fix bug with the usage of Hash by Zhenkai Zhu · 12 years ago
- dd1f14d ccnx: Added verifier and a few small changes by Zhenkai Zhu · 12 years ago
- 3457ed4 ccnx: Adding Key abstraction by Zhenkai Zhu · 12 years ago
- f8ff5e1 Make sure code compiles on Ubuntu 12.04 with boost 1.46 by Alexander Afanasyev · 12 years ago
- 8f45975 src: Fixing compilation issue with boost 1.49 on Ubuntu by Alexander Afanasyev · 12 years ago
- 95f4e92 src: Compilation issue on Linux by Alexander Afanasyev · 12 years ago
- 02a86ec wscript: Fix compilation of debug mode without log4cxx by Alexander Afanasyev · 12 years ago
- 4c17b48 gui/html: Finally implementing restore operation by Alexander Afanasyev · 12 years ago
- 3c95c85 gui/html: Now files/action browsing is complete by Alexander Afanasyev · 12 years ago
- 39dbc4b GUI+RPC: Action history for individual files by Alexander Afanasyev · 12 years ago
- f63a514 More extensive implementation of history browsing + integration with GUI by Alexander Afanasyev · 12 years ago
- 46bd806 More work on GUI by Alexander Afanasyev · 12 years ago
- 858489c Merge feature branch 'feature-auto-update' by Alexander Afanasyev · 12 years ago
- 25e1358 show recent files; supposed works, but glitch exists by Zhenkai Zhu · 12 years ago
- fd5e627 First semi-working html+javascript code by Alexander Afanasyev · 12 years ago
- 20fd84a Fixing recursive folder matching in ActionLog and FileState by Alexander Afanasyev · 12 years ago
- 94240b5 Implementing FileState RPC call (now it is called info/files/folder RPC call) by Alexander Afanasyev · 12 years ago
- 6fb5dc6 Adding version to FileState database (incompatible DB formats and protobuf FileItem messages!) by Alexander Afanasyev · 12 years ago
- e1c9504 RPC call info_actions_folder seem to work almost perfectly by Alexander Afanasyev · 12 years ago
- 95f9f55 state-server: Initial implementation of /info/ RPC calls by Alexander Afanasyev · 12 years ago
- dd4359b hack to remove empty parent dirs when remote removing a file by Zhenkai Zhu · 12 years ago
- 026eaf3 Rough implementation of the state server. Now it is possible to request restore of a particular file by Alexander Afanasyev · 12 years ago
- 50746f6 fix bug in fs-watcher; file was never deleted from Files database when the parent dir still exists by Zhenkai Zhu · 12 years ago
- d724581 Several corrections to make sure code compiles with gcc and doesn't generate warnings by Alexander Afanasyev · 12 years ago
- 555c4f1 fix bug in content server. check whether action interest belong to this group. by Zhenkai Zhu · 12 years ago
- ff5acee Making references of exception variables by Alexander Afanasyev · 12 years ago
- 7aced75 Fixing bugs with forwarding hints and registration/deregistration by Alexander Afanasyev · 12 years ago
- b682d5d catch only NameException and log error in content server by Zhenkai Zhu · 12 years ago
- c87e801 Add exception handling (ignoring) in content server by Alexander Afanasyev · 12 years ago
- 84894d3 Changing logic with forwarding hints by Alexander Afanasyev · 12 years ago
- e10e5f2 Fix two related bugs: rescheduling periodic task + fetch manager restart of failed fetches by Alexander Afanasyev · 12 years ago
- 5957c0d fix verify signature bug; by Zhenkai Zhu · 12 years ago
- 79264a4 add check of verification for content by Zhenkai Zhu · 12 years ago
- 3cca13f Adding special processing in SyncLog and ContentStore when forwardingHint is a prefix to userName by Alexander Afanasyev · 12 years ago
- 473346f Adding broadcast hint as a parameter to FetchManager by Alexander Afanasyev · 12 years ago
- 2b760d0 Changing TRANSIENT to STATIC in sqlite binds in action log by Alexander Afanasyev · 12 years ago
- 4d08675 Almost reverting changes in naming convention: moving "user" name to by Alexander Afanasyev · 12 years ago
- 92bb695 content server caches ObjectDbPtr by Zhenkai Zhu · 12 years ago
- 12eb4b7 Merge "timed-wait for fetcher in hope to solve crash problem" by Zhenkai Zhu · 12 years ago
- 354d46d timed-wait for fetcher in hope to solve crash problem by Zhenkai Zhu · 12 years ago
- d6364ef Moving out FileState operations into a separate class/database by Alexander Afanasyev · 12 years ago
- 1d1cc83 Changing naming convention by Alexander Afanasyev · 12 years ago
- 9d85725 Merge changes Id564ca35,I6082a335,I54210671 by Zhenkai Zhu · 12 years ago
- f395882 Printing error when file is requested to be assembled, but something is wrong with assembly by Alexander Afanasyev · 12 years ago
- a2fabcf Delaying saving of the local state change from dispatcher (useful when many changes happen at about the same time) by Alexander Afanasyev · 12 years ago
- 888be47 set is_complete flag for local published file by Zhenkai Zhu · 12 years ago
- f3a9fa6 add check for case that should not have happened: by Zhenkai Zhu · 12 years ago
- ce92510 Add sanity check for fs operations in dispatcher by Alexander Afanasyev · 12 years ago
- 83906d3 Something strange in actionlog. Removing database upgrades, slightly changing logic when adding new FileState by Alexander Afanasyev · 12 years ago
- 4aecad8 Correcting initialization order in FetchManager by Alexander Afanasyev · 12 years ago
- 7c1cd8d add GZip support for protobuf use GZip in serializing SyncStateMsg by Zhenkai Zhu · 12 years ago
- f695aed (Re-)adding detection of added files. Recent change has postponed that by 5 minutes by Alexander Afanasyev · 12 years ago
- 7a64700 Adding is_complete flag to FileState and enabling fs-watcher to use this flag in some (not all) cases by Alexander Afanasyev · 12 years ago
- 785b0a0 Removing foreign key support in action log table. We need to keep all actions, even if something is missing (in some cases, this will bring some---and hopefully only temporary---inconsistency) by Alexander Afanasyev · 12 years ago
- be47bb1 Merge branch 'master' of git.irl.cs.ucla.edu:ndn/chronoshare by Zhenkai Zhu · 12 years ago
- da68688 add fetch-task-db and integrate it with fetch-manager by Zhenkai Zhu · 12 years ago
- 2ec2c38 Adding experimental mutex in Fetcher by Alexander Afanasyev · 12 years ago
- 506ff22 Fixing another bug with deletion detection. Now it seems to work by Alexander Afanasyev · 12 years ago
- 4a8781c Fixing recently introduced bugs by Alexander Afanasyev · 12 years ago
- 41a7312 Merge remote-tracking branch 'git.irl/master' by Alexander Afanasyev · 12 years ago
- 0a30a0c Deletion detection by Alexander Afanasyev · 12 years ago
- b8c49af use default callbacks for FetchManagers in Dispatcher by Zhenkai Zhu · 12 years ago
- a014738 enable default callbacks for fetch-manager by Zhenkai Zhu · 12 years ago
- 9079a2d Don't assemble a file if file already exists in a file system (can happen if several files with the same content are simultaneously created) by Alexander Afanasyev · 12 years ago
- e227721 Don't refetch file that already exists in the local database by Alexander Afanasyev · 12 years ago
- bc8bf23 Ok. I was wrong... bind does make a copy... bastard... by Alexander Afanasyev · 12 years ago
- 1f1def5 use executor to delete fetcher, some segfault with "intrusive" container by Zhenkai Zhu · 12 years ago
- ab9215c shared executor in Fetchers by Zhenkai Zhu · 12 years ago
- 67d757c Forgotten reference in OnTimeout_Execute by Alexander Afanasyev · 12 years ago
- ddc283c In Fetcher serializing also callback from ccnx into executor thread by Alexander Afanasyev · 12 years ago
- ca77d4e Serializing FillPipeline in Fetcher : by Alexander Afanasyev · 12 years ago
- 94b6480 Merge remote-tracking branch 'git.irl/alex' by Alexander Afanasyev · 12 years ago
- cfd5dfc Bug: there was a subtle bug in fetcher (in some cases, same segment were rerequested) by Alexander Afanasyev · 12 years ago
- ff4fa8a run timeoutcallback of ccnx wrapper in executor by Zhenkai Zhu · 12 years ago
- dc11fc9 Merge branch 'master' of git.irl.cs.ucla.edu:ndn/chronoshare by Zhenkai Zhu · 12 years ago
- 126b21c make ContentServer use separate Ccnx handle; by Zhenkai Zhu · 12 years ago
- 38a0473 Handling the case when file is moved fast several times (permissions may throw an exception) by Alexander Afanasyev · 12 years ago
- f975623 Experimental scheduling of tasks in FetchManager by Alexander Afanasyev · 12 years ago