first commit 21/5921/3
authorAngelo Mantellini (manangel) <[email protected]>
Wed, 29 Mar 2017 16:00:06 +0000 (18:00 +0200)
committerAngelo Mantellini (manangel) <[email protected]>
Thu, 30 Mar 2017 16:58:33 +0000 (18:58 +0200)
commit3137acdd5a45285dab9903f9d41560c63eca8523
tree38bd8525a9e214d848a73fc40e81ddb182cf91b6
parent9b30fc10fb1cbebe651e5a107e8ca5b24de54675
first commit

Change-Id: I8412b8e7d966c2fbc508b537fd9a9bbcfc628ca8
Signed-off-by: Angelo Mantellini (manangel) <[email protected]>
320 files changed:
Makefile [new file with mode: 0644]
README.md [new file with mode: 0644]
ccnxandroidmetis/.gitignore [new file with mode: 0644]
ccnxandroidmetis/MetisControl/build.gradle [new file with mode: 0644]
ccnxandroidmetis/MetisControl/metis.keystore [new file with mode: 0644]
ccnxandroidmetis/MetisControl/proguard-rules.pro [new file with mode: 0644]
ccnxandroidmetis/MetisControl/src/main/AndroidManifest.xml [new file with mode: 0644]
ccnxandroidmetis/MetisControl/src/main/java/com/metis/ccnx/ccnxsdk/metiscontrol/ForwarderStatusActivity.java [new file with mode: 0644]
ccnxandroidmetis/MetisControl/src/main/java/com/metis/ccnx/ccnxsdk/metiscontrol/IMetisAddNewItem.java [new file with mode: 0644]
ccnxandroidmetis/MetisControl/src/main/java/com/metis/ccnx/ccnxsdk/metiscontrol/IMetisNamedFragment.java [new file with mode: 0644]
ccnxandroidmetis/MetisControl/src/main/java/com/metis/ccnx/ccnxsdk/metiscontrol/MetisConstants.java [new file with mode: 0644]
ccnxandroidmetis/MetisControl/src/main/java/com/metis/ccnx/ccnxsdk/metiscontrol/MetisService.java [new file with mode: 0644]
ccnxandroidmetis/MetisControl/src/main/java/com/metis/ccnx/ccnxsdk/metiscontrol/MetisStatusFragment.java [new file with mode: 0644]
ccnxandroidmetis/MetisControl/src/main/res/drawable/add_panel_border.xml [new file with mode: 0644]
ccnxandroidmetis/MetisControl/src/main/res/drawable/ic_plus_48.png [new file with mode: 0644]
ccnxandroidmetis/MetisControl/src/main/res/drawable/ic_plus_96.png [new file with mode: 0644]
ccnxandroidmetis/MetisControl/src/main/res/layout/activity_forwarder_status.xml [new file with mode: 0644]
ccnxandroidmetis/MetisControl/src/main/res/layout/fragment_forwarder_status.xml [new file with mode: 0644]
ccnxandroidmetis/MetisControl/src/main/res/layout/fragment_metis_links.xml [new file with mode: 0644]
ccnxandroidmetis/MetisControl/src/main/res/layout/fragment_metis_routes.xml [new file with mode: 0644]
ccnxandroidmetis/MetisControl/src/main/res/layout/fragment_metis_script.xml [new file with mode: 0644]
ccnxandroidmetis/MetisControl/src/main/res/layout/fragment_metis_status.xml [new file with mode: 0644]
ccnxandroidmetis/MetisControl/src/main/res/layout/listitem_metis_links.xml [new file with mode: 0644]
ccnxandroidmetis/MetisControl/src/main/res/layout/listitem_metis_routes.xml [new file with mode: 0644]
ccnxandroidmetis/MetisControl/src/main/res/menu/menu_forwarder_status.xml [new file with mode: 0644]
ccnxandroidmetis/MetisControl/src/main/res/mipmap-hdpi/ic_launcher.png [new file with mode: 0644]
ccnxandroidmetis/MetisControl/src/main/res/mipmap-mdpi/ic_launcher.png [new file with mode: 0644]
ccnxandroidmetis/MetisControl/src/main/res/mipmap-mdpi/ic_notification.png [new file with mode: 0755]
ccnxandroidmetis/MetisControl/src/main/res/mipmap-xhdpi/ic_launcher.png [new file with mode: 0644]
ccnxandroidmetis/MetisControl/src/main/res/mipmap-xxhdpi/ic_launcher.png [new file with mode: 0644]
ccnxandroidmetis/MetisControl/src/main/res/mipmap-xxxhdpi/ic_launcher.png [new file with mode: 0644]
ccnxandroidmetis/MetisControl/src/main/res/values-v21/styles.xml [new file with mode: 0644]
ccnxandroidmetis/MetisControl/src/main/res/values-w820dp/dimens.xml [new file with mode: 0644]
ccnxandroidmetis/MetisControl/src/main/res/values/colors.xml [new file with mode: 0644]
ccnxandroidmetis/MetisControl/src/main/res/values/dimens.xml [new file with mode: 0644]
ccnxandroidmetis/MetisControl/src/main/res/values/strings.xml [new file with mode: 0644]
ccnxandroidmetis/MetisControl/src/main/res/values/styles.xml [new file with mode: 0644]
ccnxandroidmetis/build.gradle [new file with mode: 0644]
ccnxandroidmetis/ccnxsupportlibrary/build.gradle [new file with mode: 0644]
ccnxandroidmetis/ccnxsupportlibrary/proguard-rules.pro [new file with mode: 0644]
ccnxandroidmetis/ccnxsupportlibrary/src/main/AndroidManifest.xml [new file with mode: 0644]
ccnxandroidmetis/ccnxsupportlibrary/src/main/java/com/metis/ccnx/ccnxsupportlibrary/Metis.java [new file with mode: 0644]
ccnxandroidmetis/ccnxsupportlibrary/src/main/jni/Android.mk [new file with mode: 0644]
ccnxandroidmetis/ccnxsupportlibrary/src/main/jni/Application.mk [new file with mode: 0644]
ccnxandroidmetis/ccnxsupportlibrary/src/main/jni/ccnxsupportlibrary/Android.mk [new file with mode: 0644]
ccnxandroidmetis/ccnxsupportlibrary/src/main/jni/ccnxsupportlibrary/Metis_wrap.c [new file with mode: 0644]
ccnxandroidmetis/ccnxsupportlibrary/src/main/jni/ccnxsupportlibrary/Metis_wrap.h [new file with mode: 0644]
ccnxandroidmetis/ccnxsupportlibrary/src/main/res/values/strings.xml [new file with mode: 0644]
ccnxandroidmetis/gradle.properties [new file with mode: 0644]
ccnxandroidmetis/gradle/wrapper/gradle-wrapper.jar [new file with mode: 0644]
ccnxandroidmetis/gradle/wrapper/gradle-wrapper.properties [new file with mode: 0644]
ccnxandroidmetis/gradlew [new file with mode: 0755]
ccnxandroidmetis/gradlew.bat [new file with mode: 0644]
ccnxandroidmetis/settings.gradle [new file with mode: 0644]
config/MasterIDE-CMakeLists.txt [new file with mode: 0644]
config/README [new file with mode: 0644]
config/config.android [new file with mode: 0644]
config/config.mk [new file with mode: 0644]
config/modules/000-dependencies.mk [new file with mode: 0644]
config/modules/000-distillery-update.mk [new file with mode: 0644]
config/modules/000-gitModule.mk [new file with mode: 0644]
config/modules/001-modules.mk [new file with mode: 0644]
config/modules/002-cmake-modules.mk [new file with mode: 0644]
config/modules/002-make-modules.mk [new file with mode: 0644]
config/modules/100-distillery.mk [new file with mode: 0644]
config/modules/110-longbow.mk [new file with mode: 0644]
config/modules/120-libparc.mk [new file with mode: 0644]
config/modules/210-libccnx-common.mk [new file with mode: 0644]
config/modules/220-libccnx-transport-rta.mk [new file with mode: 0644]
config/modules/230-libccnx-portal.mk [new file with mode: 0644]
config/modules/510-Metis.mk [new file with mode: 0644]
config/modules/610-libdash.mk [new file with mode: 0644]
config/modules/610-libicnet.mk [new file with mode: 0644]
config/modules/README [new file with mode: 0644]
external/libcurl_android/jni/Android.mk [new file with mode: 0644]
external/libcurl_android/jni/Application.mk [new file with mode: 0644]
external/libcurl_android/jni/libcurl/Android.mk [new file with mode: 0755]
external/libevent_files/Android.mk [new file with mode: 0644]
external/libevent_files/AndroidManifest.xml [new file with mode: 0644]
external/libevent_files/Application.mk [new file with mode: 0644]
external/libevent_files/android/event2/config.h [new file with mode: 0644]
external/libevent_files/android/event2/event-config.h [new file with mode: 0644]
external/libevent_files/arc4random.c [new file with mode: 0644]
external/libevent_files/evutil.c [new file with mode: 0644]
external/libevent_files/evutil_rand.c [new file with mode: 0644]
external/libxml2_android/jni/Android.mk [new file with mode: 0644]
external/libxml2_android/jni/Application.mk [new file with mode: 0644]
external/libxml2_android/jni/libxml2/Android.mk [new file with mode: 0755]
external/libxml2_android/jni/libxml2/config.h [new file with mode: 0644]
external/libxml2_android/jni/libxml2/include/libxml/xmlversion.h [new file with mode: 0644]
iget_android/.gitignore [new file with mode: 0644]
iget_android/app/build.gradle [new file with mode: 0644]
iget_android/app/iget.keystore [new file with mode: 0644]
iget_android/app/src/main/AndroidManifest.xml [new file with mode: 0644]
iget_android/app/src/main/java/com/iget/ccnx/DrawerFragment.java [new file with mode: 0644]
iget_android/app/src/main/java/com/iget/ccnx/MainActivity.java [new file with mode: 0644]
iget_android/app/src/main/java/com/iget/ccnx/MainFragment.java [new file with mode: 0644]
iget_android/app/src/main/java/com/iget/ccnx/service/CCNxService.java [new file with mode: 0644]
iget_android/app/src/main/java/com/iget/ccnx/utils/G.java [new file with mode: 0644]
iget_android/app/src/main/jni/Android.mk [new file with mode: 0644]
iget_android/app/src/main/jni/Application.mk [new file with mode: 0644]
iget_android/app/src/main/jni/iget-wrapper.cpp [new file with mode: 0644]
iget_android/app/src/main/jni/iget-wrapper.hpp [new file with mode: 0644]
iget_android/app/src/main/play/contactEmail [new file with mode: 0644]
iget_android/app/src/main/play/contactPhone [new file with mode: 0644]
iget_android/app/src/main/play/contactWebsite [new file with mode: 0644]
iget_android/app/src/main/play/defaultLanguage [new file with mode: 0644]
iget_android/app/src/main/play/en-US/listing/fulldescription [new file with mode: 0644]
iget_android/app/src/main/play/en-US/listing/shortdescription [new file with mode: 0644]
iget_android/app/src/main/play/en-US/listing/title [new file with mode: 0644]
iget_android/app/src/main/play/en-US/listing/video [new file with mode: 0644]
iget_android/app/src/main/res/drawable-hdpi/ic_action_discard.png [new file with mode: 0644]
iget_android/app/src/main/res/drawable-hdpi/ic_action_edit.png [new file with mode: 0644]
iget_android/app/src/main/res/drawable-hdpi/ic_action_new.png [new file with mode: 0644]
iget_android/app/src/main/res/drawable-hdpi/ic_action_refresh.png [new file with mode: 0644]
iget_android/app/src/main/res/drawable-hdpi/ic_action_settings.png [new file with mode: 0644]
iget_android/app/src/main/res/drawable-hdpi/ic_launcher.png [new file with mode: 0644]
iget_android/app/src/main/res/drawable-hdpi/iget_app.png [new file with mode: 0644]
iget_android/app/src/main/res/drawable-mdpi/ic_action_discard.png [new file with mode: 0644]
iget_android/app/src/main/res/drawable-mdpi/ic_action_edit.png [new file with mode: 0644]
iget_android/app/src/main/res/drawable-mdpi/ic_action_new.png [new file with mode: 0644]
iget_android/app/src/main/res/drawable-mdpi/ic_action_refresh.png [new file with mode: 0644]
iget_android/app/src/main/res/drawable-mdpi/ic_action_settings.png [new file with mode: 0644]
iget_android/app/src/main/res/drawable-mdpi/ic_launcher.png [new file with mode: 0644]
iget_android/app/src/main/res/drawable-mdpi/iget_app.png [new file with mode: 0644]
iget_android/app/src/main/res/drawable-xhdpi/ic_action_discard.png [new file with mode: 0644]
iget_android/app/src/main/res/drawable-xhdpi/ic_action_edit.png [new file with mode: 0644]
iget_android/app/src/main/res/drawable-xhdpi/ic_action_new.png [new file with mode: 0644]
iget_android/app/src/main/res/drawable-xhdpi/ic_action_refresh.png [new file with mode: 0644]
iget_android/app/src/main/res/drawable-xhdpi/ic_action_settings.png [new file with mode: 0644]
iget_android/app/src/main/res/drawable-xhdpi/ic_launcher.png [new file with mode: 0644]
iget_android/app/src/main/res/drawable-xhdpi/iget_app.png [new file with mode: 0644]
iget_android/app/src/main/res/drawable-xxhdpi/ic_action_discard.png [new file with mode: 0644]
iget_android/app/src/main/res/drawable-xxhdpi/ic_action_edit.png [new file with mode: 0644]
iget_android/app/src/main/res/drawable-xxhdpi/ic_action_new.png [new file with mode: 0644]
iget_android/app/src/main/res/drawable-xxhdpi/ic_action_refresh.png [new file with mode: 0644]
iget_android/app/src/main/res/drawable-xxhdpi/ic_action_settings.png [new file with mode: 0644]
iget_android/app/src/main/res/drawable-xxhdpi/ic_launcher.png [new file with mode: 0644]
iget_android/app/src/main/res/drawable-xxhdpi/iget_app.png [new file with mode: 0644]
iget_android/app/src/main/res/drawable-xxxhdpi/iget_app.png [new file with mode: 0644]
iget_android/app/src/main/res/drawable/custom_white_button.xml [new file with mode: 0644]
iget_android/app/src/main/res/drawable/drawer_item_background_activated.xml [new file with mode: 0644]
iget_android/app/src/main/res/drawable/face_list_item_background_activated.xml [new file with mode: 0644]
iget_android/app/src/main/res/drawable/list_item_background_activated.xml [new file with mode: 0644]
iget_android/app/src/main/res/drawable/list_item_divider.xml [new file with mode: 0644]
iget_android/app/src/main/res/layout/activity_fragment.xml [new file with mode: 0644]
iget_android/app/src/main/res/layout/activity_main.xml [new file with mode: 0644]
iget_android/app/src/main/res/layout/activity_main_drawer_listview.xml [new file with mode: 0644]
iget_android/app/src/main/res/layout/dialog_create_face.xml [new file with mode: 0644]
iget_android/app/src/main/res/layout/dialog_create_route.xml [new file with mode: 0644]
iget_android/app/src/main/res/layout/fragment_face_detail_list_header.xml [new file with mode: 0644]
iget_android/app/src/main/res/layout/fragment_face_list_list_header.xml [new file with mode: 0644]
iget_android/app/src/main/res/layout/fragment_logcat_output.xml [new file with mode: 0644]
iget_android/app/src/main/res/layout/fragment_logcat_tags_list_header.xml [new file with mode: 0644]
iget_android/app/src/main/res/layout/fragment_main.xml [new file with mode: 0644]
iget_android/app/src/main/res/layout/fragment_route_detail_list_header.xml [new file with mode: 0644]
iget_android/app/src/main/res/layout/fragment_route_list_list_header.xml [new file with mode: 0644]
iget_android/app/src/main/res/layout/list_item_drawer_item.xml [new file with mode: 0644]
iget_android/app/src/main/res/layout/list_item_face_generic_item.xml [new file with mode: 0644]
iget_android/app/src/main/res/layout/list_item_face_status_item.xml [new file with mode: 0644]
iget_android/app/src/main/res/layout/list_item_log.xml [new file with mode: 0644]
iget_android/app/src/main/res/layout/list_item_route_info_item.xml [new file with mode: 0644]
iget_android/app/src/main/res/layout/list_item_route_item.xml [new file with mode: 0644]
iget_android/app/src/main/res/layout/list_item_setting_item.xml [new file with mode: 0644]
iget_android/app/src/main/res/menu/menu_face_list.xml [new file with mode: 0644]
iget_android/app/src/main/res/menu/menu_face_list_multiple_modal_menu.xml [new file with mode: 0644]
iget_android/app/src/main/res/menu/menu_log.xml [new file with mode: 0644]
iget_android/app/src/main/res/menu/menu_logcat_settings.xml [new file with mode: 0644]
iget_android/app/src/main/res/menu/menu_logcat_settings_multiple_modal_menu.xml [new file with mode: 0644]
iget_android/app/src/main/res/menu/menu_route_list.xml [new file with mode: 0644]
iget_android/app/src/main/res/ndn_app.ai [new file with mode: 0644]
iget_android/app/src/main/res/values-sw600dp/dimens.xml [new file with mode: 0644]
iget_android/app/src/main/res/values-w820dp/dimens.xml [new file with mode: 0644]
iget_android/app/src/main/res/values/colors.xml [new file with mode: 0644]
iget_android/app/src/main/res/values/dimens.xml [new file with mode: 0644]
iget_android/app/src/main/res/values/strings.xml [new file with mode: 0644]
iget_android/app/src/main/res/values/strings_logcat_settings_activity.xml [new file with mode: 0644]
iget_android/app/src/main/res/values/strings_main_activity.xml [new file with mode: 0644]
iget_android/app/src/main/res/values/styles.xml [new file with mode: 0644]
iget_android/app/src/main/res/xml/pref_face.xml [new file with mode: 0644]
iget_android/app/src/main/res/xml/pref_routes.xml [new file with mode: 0644]
iget_android/build.gradle [new file with mode: 0644]
iget_android/gradle/wrapper/gradle-wrapper.jar [new file with mode: 0644]
iget_android/gradle/wrapper/gradle-wrapper.properties [new file with mode: 0644]
iget_android/gradlew [new file with mode: 0755]
iget_android/gradlew.bat [new file with mode: 0644]
iget_android/settings.gradle [new file with mode: 0644]
scripts/compile_androidiget.sh [new file with mode: 0755]
scripts/compile_androidmetis.sh [new file with mode: 0755]
scripts/init.sh [new file with mode: 0755]
src/libdash/Authors.txt [new file with mode: 0644]
src/libdash/CMakeLists.txt [new file with mode: 0644]
src/libdash/include/IAdaptationSet.h [new file with mode: 0644]
src/libdash/include/IBaseUrl.h [new file with mode: 0644]
src/libdash/include/IChunk.h [new file with mode: 0644]
src/libdash/include/IConnection.h [new file with mode: 0644]
src/libdash/include/IContentComponent.h [new file with mode: 0644]
src/libdash/include/IDASHManager.h [new file with mode: 0644]
src/libdash/include/IDASHMetrics.h [new file with mode: 0644]
src/libdash/include/IDescriptor.h [new file with mode: 0644]
src/libdash/include/IDownloadObserver.h [new file with mode: 0644]
src/libdash/include/IDownloadObserver.h.save [new file with mode: 0644]
src/libdash/include/IDownloadableChunk.h [new file with mode: 0644]
src/libdash/include/IHTTPTransaction.h [new file with mode: 0644]
src/libdash/include/IMPD.h [new file with mode: 0644]
src/libdash/include/IMPDElement.h [new file with mode: 0644]
src/libdash/include/IMetrics.h [new file with mode: 0644]
src/libdash/include/IMultipleSegmentBase.h [new file with mode: 0644]
src/libdash/include/INode.h [new file with mode: 0644]
src/libdash/include/IPeriod.h [new file with mode: 0644]
src/libdash/include/IProgramInformation.h [new file with mode: 0644]
src/libdash/include/IRange.h [new file with mode: 0644]
src/libdash/include/IRepresentation.h [new file with mode: 0644]
src/libdash/include/IRepresentationBase.h [new file with mode: 0644]
src/libdash/include/ISegment.h [new file with mode: 0644]
src/libdash/include/ISegmentBase.h [new file with mode: 0644]
src/libdash/include/ISegmentList.h [new file with mode: 0644]
src/libdash/include/ISegmentTemplate.h [new file with mode: 0644]
src/libdash/include/ISegmentTimeline.h [new file with mode: 0644]
src/libdash/include/ISegmentURL.h [new file with mode: 0644]
src/libdash/include/ISubRepresentation.h [new file with mode: 0644]
src/libdash/include/ISubset.h [new file with mode: 0644]
src/libdash/include/ITCPConnection.h [new file with mode: 0644]
src/libdash/include/IThroughputMeasurement.h [new file with mode: 0644]
src/libdash/include/ITimeline.h [new file with mode: 0644]
src/libdash/include/IURLType.h [new file with mode: 0644]
src/libdash/include/config.h [new file with mode: 0644]
src/libdash/include/libdash.h [new file with mode: 0644]
src/libdash/license.txt [new file with mode: 0644]
src/libdash/mainpage.dox [new file with mode: 0644]
src/libdash/source/defaults.mk [new file with mode: 0644]
src/libdash/source/dllmain.cpp [new file with mode: 0644]
src/libdash/source/helpers/Block.h [new file with mode: 0644]
src/libdash/source/helpers/BlockStream.cpp [new file with mode: 0644]
src/libdash/source/helpers/BlockStream.h [new file with mode: 0644]
src/libdash/source/helpers/Path.cpp [new file with mode: 0644]
src/libdash/source/helpers/Path.h [new file with mode: 0644]
src/libdash/source/helpers/String.cpp [new file with mode: 0644]
src/libdash/source/helpers/String.h [new file with mode: 0644]
src/libdash/source/helpers/SyncedBlockStream.cpp [new file with mode: 0644]
src/libdash/source/helpers/SyncedBlockStream.h [new file with mode: 0644]
src/libdash/source/helpers/Time.cpp [new file with mode: 0644]
src/libdash/source/helpers/Time.h [new file with mode: 0644]
src/libdash/source/libdash.cpp [new file with mode: 0644]
src/libdash/source/manager/DASHManager.cpp [new file with mode: 0644]
src/libdash/source/manager/DASHManager.h [new file with mode: 0644]
src/libdash/source/metrics/HTTPTransaction.cpp [new file with mode: 0644]
src/libdash/source/metrics/HTTPTransaction.h [new file with mode: 0644]
src/libdash/source/metrics/TCPConnection.cpp [new file with mode: 0644]
src/libdash/source/metrics/TCPConnection.h [new file with mode: 0644]
src/libdash/source/metrics/ThroughputMeasurement.cpp [new file with mode: 0644]
src/libdash/source/metrics/ThroughputMeasurement.h [new file with mode: 0644]
src/libdash/source/mpd/AbstractMPDElement.cpp [new file with mode: 0644]
src/libdash/source/mpd/AbstractMPDElement.h [new file with mode: 0644]
src/libdash/source/mpd/AdaptationSet.cpp [new file with mode: 0644]
src/libdash/source/mpd/AdaptationSet.h [new file with mode: 0644]
src/libdash/source/mpd/BaseUrl.cpp [new file with mode: 0644]
src/libdash/source/mpd/BaseUrl.h [new file with mode: 0644]
src/libdash/source/mpd/ContentComponent.cpp [new file with mode: 0644]
src/libdash/source/mpd/ContentComponent.h [new file with mode: 0644]
src/libdash/source/mpd/Descriptor.cpp [new file with mode: 0644]
src/libdash/source/mpd/Descriptor.h [new file with mode: 0644]
src/libdash/source/mpd/MPD.cpp [new file with mode: 0644]
src/libdash/source/mpd/MPD.h [new file with mode: 0644]
src/libdash/source/mpd/Metrics.cpp [new file with mode: 0644]
src/libdash/source/mpd/Metrics.h [new file with mode: 0644]
src/libdash/source/mpd/MultipleSegmentBase.cpp [new file with mode: 0644]
src/libdash/source/mpd/MultipleSegmentBase.h [new file with mode: 0644]
src/libdash/source/mpd/Period.cpp [new file with mode: 0644]
src/libdash/source/mpd/Period.h [new file with mode: 0644]
src/libdash/source/mpd/ProgramInformation.cpp [new file with mode: 0644]
src/libdash/source/mpd/ProgramInformation.h [new file with mode: 0644]
src/libdash/source/mpd/Range.cpp [new file with mode: 0644]
src/libdash/source/mpd/Range.h [new file with mode: 0644]
src/libdash/source/mpd/Representation.cpp [new file with mode: 0644]
src/libdash/source/mpd/Representation.h [new file with mode: 0644]
src/libdash/source/mpd/RepresentationBase.cpp [new file with mode: 0644]
src/libdash/source/mpd/RepresentationBase.h [new file with mode: 0644]
src/libdash/source/mpd/Segment.cpp [new file with mode: 0644]
src/libdash/source/mpd/Segment.h [new file with mode: 0644]
src/libdash/source/mpd/SegmentBase.cpp [new file with mode: 0644]
src/libdash/source/mpd/SegmentBase.h [new file with mode: 0644]
src/libdash/source/mpd/SegmentList.cpp [new file with mode: 0644]
src/libdash/source/mpd/SegmentList.h [new file with mode: 0644]
src/libdash/source/mpd/SegmentTemplate.cpp [new file with mode: 0644]
src/libdash/source/mpd/SegmentTemplate.h [new file with mode: 0644]
src/libdash/source/mpd/SegmentTimeline.cpp [new file with mode: 0644]
src/libdash/source/mpd/SegmentTimeline.h [new file with mode: 0644]
src/libdash/source/mpd/SegmentURL.cpp [new file with mode: 0644]
src/libdash/source/mpd/SegmentURL.h [new file with mode: 0644]
src/libdash/source/mpd/SubRepresentation.cpp [new file with mode: 0644]
src/libdash/source/mpd/SubRepresentation.h [new file with mode: 0644]
src/libdash/source/mpd/Subset.cpp [new file with mode: 0644]
src/libdash/source/mpd/Subset.h [new file with mode: 0644]
src/libdash/source/mpd/Timeline.cpp [new file with mode: 0644]
src/libdash/source/mpd/Timeline.h [new file with mode: 0644]
src/libdash/source/mpd/URLType.cpp [new file with mode: 0644]
src/libdash/source/mpd/URLType.h [new file with mode: 0644]
src/libdash/source/network/AbstractChunk.cpp [new file with mode: 0644]
src/libdash/source/network/AbstractChunk.h [new file with mode: 0644]
src/libdash/source/network/DownloadStateManager.cpp [new file with mode: 0644]
src/libdash/source/network/DownloadStateManager.h [new file with mode: 0644]
src/libdash/source/portable/MultiThreading.cpp [new file with mode: 0644]
src/libdash/source/portable/MultiThreading.h [new file with mode: 0644]
src/libdash/source/portable/Networking.h [new file with mode: 0644]
src/libdash/source/sublibs.mk [new file with mode: 0644]
src/libdash/source/targetver.h [new file with mode: 0644]
src/libdash/source/xml/DOMHelper.cpp [new file with mode: 0644]
src/libdash/source/xml/DOMHelper.h [new file with mode: 0644]
src/libdash/source/xml/DOMParser.cpp [new file with mode: 0644]
src/libdash/source/xml/DOMParser.h [new file with mode: 0644]
src/libdash/source/xml/Node.cpp [new file with mode: 0644]
src/libdash/source/xml/Node.h [new file with mode: 0644]
tools/bin/clion_wrapper.sh [new file with mode: 0755]
tools/bin/export_ccnx_env.sh [new file with mode: 0755]
tools/bin/getStatus.sh [new file with mode: 0644]
tools/bin/gitAddUpstream.sh [new file with mode: 0644]
tools/bin/gitCloneOneOf.sh [new file with mode: 0755]
tools/bin/gitStatus.sh [new file with mode: 0644]
update.sh [new file with mode: 0755]