- 452645b ccnx: small reorganization and extension by Alexander Afanasyev · 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
- 923f2f1 ccnx: small extensions by Alexander Afanasyev · 12 years ago
- e70a2d8 fs-watcher: readding file to QT filewatcher on FileChange event 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
- 17ae9e3 ccnx: Restoring functionality to reconnecting to ccnd after failure (e.g., ccnd restart) by Alexander Afanasyev · 12 years ago
- c494204 fs-watcher: While rescanning, remove/add files, instead of just adding by Alexander Afanasyev · 12 years ago
- 89024ac Removing unnecessary c_str() calls by Alexander Afanasyev · 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
- fbeeef2 Merge "dump action data" by Zhenkai Zhu · 12 years ago
- ed457c3 dump action data by Zhenkai Zhu · 12 years ago
- 428c53c Fixing the problem with undecodeable protobuf messages (didn't properly ignore the message before) by Alexander Afanasyev · 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
- 4f62f44 Make sure that unit tests are not installed via ./waf install by Alexander Afanasyev · 12 years ago
- 848a8e4 Simplifying non-signed contentobject creation by Alexander Afanasyev · 12 years ago
- 79264a4 add check of verification for content by Zhenkai Zhu · 12 years ago
- 34c8d40 Merge "Added Hint for Username format in Settings Window" by Alex Afanasyev · 12 years ago
- 9774491 Merge "Changed name of preferences window to settings to match view settings tab" by Alex Afanasyev · 12 years ago
- 80e0d20 Merge "add hacks to allow publishing unsigned data This is mainly to reduce the computing overhead when serving content object from database Change-Id: I15dd03a496b21ab38bb1f00027eedada5282a743" by Zhenkai Zhu · 12 years ago
- d8b76ad Added Hint for Username format in Settings Window by Jared Lindblom · 12 years ago
- 5acebd7 add hacks to allow publishing unsigned data by Zhenkai Zhu · 12 years ago
- f4b900e Changed name of preferences window to settings to match view settings tab by Jared Lindblom · 12 years ago
- a323063 Test to check several add/removals of the same file in FsWatcher by Alexander Afanasyev · 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
- 5268ff6 Reducing default logging: Executor and Scheduler log only ERROR level by Alexander Afanasyev · 12 years ago
- 92bb695 content server caches ObjectDbPtr by Zhenkai Zhu · 12 years ago
- a37d779 Merge "Extended dump-db capabilities" by Alexander Afanasyev · 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
- 24b449f Extended dump-db capabilities by Alexander Afanasyev · 12 years ago
- d6364ef Moving out FileState operations into a separate class/database by Alexander Afanasyev · 12 years ago
- a272a4e Merge "Changing naming convention" by Zhenkai Zhu · 12 years ago
- 1d1cc83 Changing naming convention by Alexander Afanasyev · 12 years ago
- 1ffd539 Merge remote-tracking branch 'gerrit/master' by Zhenkai Zhu · 12 years ago
- 369eff1 move fs-watcher to separate dir; correct wscript by Zhenkai Zhu · 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
- 6aec3bf ccnx: Update tracing in ccnx-wrapper by Alexander Afanasyev · 12 years ago
- d175627 fs-watcher uses its own database add test for fs-watcher by Zhenkai Zhu · 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
- 1df5863 Merge "Output more stuff in dump-db" 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
- 38826ce Output more stuff in dump-db 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
- d575631 small improvement of GUI. Backend waits until there is valid input to start. by Zhenkai Zhu · 12 years ago
- f3ea97a add validators of input 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
- 705e487 Making black and white icon 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
- 3d20959 clean after test by Zhenkai Zhu · 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
- c80207d On directory event, do not fire rescan/notification immediately, but schedule it in some distant future (5 mins) by Alexander Afanasyev · 12 years ago
- 7943c6b Remove delay to detect file state when app starts 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
- d4a8b12 passing TaskPtr to executor in scheduler to ensure when the 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
- 8a8f152 Icon update by Alexander Afanasyev · 12 years ago
- e227721 Don't refetch file that already exists in the local database by Alexander Afanasyev · 12 years ago
- 70f30d2 update tray icon for chronoshare by Zhenkai Zhu · 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
- fbf08d3 move clean up code in test-ccnx-wrapper by Zhenkai Zhu · 12 years ago
- 984f67d Merge branch 'master' of git.irl.cs.ucla.edu:ndn/chronoshare by Zhenkai Zhu · 12 years ago
- e8c8c8a add test for timeout callback (re-expressing interests) by Zhenkai Zhu · 12 years ago
- 7065b2d Attempting to destroy ccnx-wrapper in the test just after the test... by Alexander Afanasyev · 12 years ago
- 94b6480 Merge remote-tracking branch 'git.irl/alex' by Alexander Afanasyev · 12 years ago
- da5a14f log4cxx traces everything to console and to log file (10mb max for up to 10 files) by Alexander Afanasyev · 12 years ago
- 01cff10 dump-db now doesn't attempt to sort action-log (naturally ordered by arrival time) 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
- 4a78b1a Merge remote-tracking branch 'origin/master' by Zhenkai Zhu · 12 years ago
- ff4fa8a run timeoutcallback of ccnx wrapper in executor by Zhenkai Zhu · 12 years ago
- 2b0363a Fixing command line daemon: properly starting non gui QT application by Alexander Afanasyev · 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