File tree Expand file tree Collapse file tree 9 files changed +18
-10
lines changed
other/bootstrap_daemon/src Expand file tree Collapse file tree 9 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 11/* command_line_arguments.c
22 *
33 * Tox DHT bootstrap daemon.
4+ * Command line argument handling.
45 *
5- * Copyright (C) 2015 Tox project All Rights Reserved.
6+ * Copyright (C) 2015-2016 Tox project All Rights Reserved.
67 *
78 * This file is part of Tox.
89 *
Original file line number Diff line number Diff line change 11/* command_line_arguments.h
22 *
33 * Tox DHT bootstrap daemon.
4+ * Command line argument handling.
45 *
5- * Copyright (C) 2015 Tox project All Rights Reserved.
6+ * Copyright (C) 2015-2016 Tox project All Rights Reserved.
67 *
78 * This file is part of Tox.
89 *
Original file line number Diff line number Diff line change 11/* config.c
22 *
33 * Tox DHT bootstrap daemon.
4+ * Functionality related to dealing with the config file.
45 *
5- * Copyright (C) 2014-2015 Tox project All Rights Reserved.
6+ * Copyright (C) 2014-2016 Tox project All Rights Reserved.
67 *
78 * This file is part of Tox.
89 *
Original file line number Diff line number Diff line change 11/* config.h
22 *
33 * Tox DHT bootstrap daemon.
4+ * Functionality related to dealing with the config file.
45 *
5- * Copyright (C) 2014-2015 Tox project All Rights Reserved.
6+ * Copyright (C) 2014-2016 Tox project All Rights Reserved.
67 *
78 * This file is part of Tox.
89 *
Original file line number Diff line number Diff line change 11/* config_defaults.h
22 *
33 * Tox DHT bootstrap daemon.
4+ * Default config options for when they are missing in the config file.
45 *
5- * Copyright (C) 2014-2015 Tox project All Rights Reserved.
6+ * Copyright (C) 2014-2016 Tox project All Rights Reserved.
67 *
78 * This file is part of Tox.
89 *
Original file line number Diff line number Diff line change 11/* global.h
22 *
33 * Tox DHT bootstrap daemon.
4+ * Globally used defines.
45 *
5- * Copyright (C) 2015 Tox project All Rights Reserved.
6+ * Copyright (C) 2014-2016 Tox project All Rights Reserved.
67 *
78 * This file is part of Tox.
89 *
Original file line number Diff line number Diff line change 11/* log.c
22 *
33 * Tox DHT bootstrap daemon.
4+ * Logging utility with support of multipel logging backends.
45 *
5- * Copyright (C) 2015 Tox project All Rights Reserved.
6+ * Copyright (C) 2015-2016 Tox project All Rights Reserved.
67 *
78 * This file is part of Tox.
89 *
Original file line number Diff line number Diff line change 11/* log.h
22 *
33 * Tox DHT bootstrap daemon.
4+ * Logging utility with support of multipel logging backends.
45 *
5- * Copyright (C) 2015 Tox project All Rights Reserved.
6+ * Copyright (C) 2015-2016 Tox project All Rights Reserved.
67 *
78 * This file is part of Tox.
89 *
Original file line number Diff line number Diff line change 11/* tox-bootstrapd.c
22 *
33 * Tox DHT bootstrap daemon.
4+ * Main file.
45 *
5- * Copyright (C) 2014 Tox project All Rights Reserved.
6+ * Copyright (C) 2014-2016 Tox project All Rights Reserved.
67 *
78 * This file is part of Tox.
89 *
3536#include "../../../toxcore/TCP_server.h"
3637#include "../../../toxcore/util.h"
3738
38-
3939// misc
4040#include "../../bootstrap_node_packets.h"
4141
You can’t perform that action at this time.
0 commit comments