Commit Graph

1134 Commits

Author SHA1 Message Date
Mark Rz e503d94b93 Merge pull request #412 from WebFreak001/drop-config-upgrade
Remove warning about old config location
2017-09-20 19:49:12 -04:00
The Dlang Bot 26b46a0735 Merge pull request #413 from WebFreak001/skip-fix
Fix calltips often reporting wrong functions
merged-on-behalf-of: Brian Schott <Hackerpilot@users.noreply.github.com>
2017-09-19 07:36:10 +02:00
The Dlang Bot f9ca719824 Merge pull request #414 from WebFreak001/indent-fix
Use tabs everywhere
merged-on-behalf-of: Brian Schott <Hackerpilot@users.noreply.github.com>
2017-09-18 23:15:53 +02:00
WebFreak001 45ee60a13d adjust skipParenReverse to comment 2017-09-18 18:54:12 +02:00
Sebastian Wilzbach e57fadbe0e Merge pull request #416 from CyberShadow/pull-20170916-140344
Update dsymbol
2017-09-16 17:06:27 +02:00
Vladimir Panteleev bc50388ad0
Update dsymbol 2017-09-16 14:03:52 +00:00
The Dlang Bot 4b9f098779 Merge pull request #415 from Vild/UpdatedOldUrls
Updated old URLs - Changed Hackerpilot/DCD to dlang-community/DCD
merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2017-08-31 19:35:56 +02:00
Dan Printzell 6f938eb35b Updated old URLs - Changed Hackerpilot/DCD to dlang-community/DCD
Signed-off-by: Dan Printzell <xwildn00bx@gmail.com>
2017-08-31 15:55:46 +02:00
WebFreak001 3d5ec1fe60 Use tabs everywhere
For a more consistent code style. I also found a segfault case in tc045 which needs to be investigated
2017-08-24 21:56:22 +02:00
WebFreak001 fa81ad2d59 Merge duplicate implementations of skip in server
+ some code duplication removal
2017-08-24 21:31:40 +02:00
WebFreak001 325c717141 Remove warning about old config location
The config file location was moved a long time ago so it's not really needed anymore
2017-08-24 21:10:41 +02:00
WebFreak001 fdb5ff10ce Simplify server main 2017-08-24 21:00:43 +02:00
Jan Jurzitza 843a7783c3 Merge pull request #406 from WebFreak001/master
Split of server into multiple files
2017-08-24 20:40:06 +02:00
Sebastian Wilzbach 1123d15a9c Merge pull request #410 from dlang-community/upd-dparse
fix, completion broken after AA lit
2017-08-24 18:40:52 +02:00
Basile Burg 2a86a6aad5
fix, completion broken after AA lit 2017-08-24 11:26:19 +02:00
WebFreak001 22dffe1468 Remove test from server split 2017-08-17 19:33:00 +02:00
WebFreak001 c0caf5cea6 Remove additions added in the split 2017-08-16 07:40:49 +02:00
WebFreak001 6c310d2d5e Only split server code, no changes 2017-08-16 07:39:08 +02:00
Basile Burg 9f4c6ddaf4 Merge pull request #408 from dlang-community/issue-407
fix #407 - DCD stops working if some thread is created after instanti…
2017-08-15 14:52:24 +02:00
Basile Burg bd32bc92bd
fix #407 - DCD stops working if some thread is created after instantiation of ModuleCache 2017-08-15 14:29:40 +02:00
WebFreak001 cd4a027eac Undo some changes in main 2017-08-11 06:26:52 +02:00
WebFreak001 a6074cfb7a more complex calltips test 2017-08-10 21:34:15 +02:00
WebFreak001 38cc25bbcc Split of server into multiple files 2017-08-10 21:33:42 +02:00
Basile Burg 940da43711 Merge pull request #404 from dlang-community/array-props-remove
array proposals, remove "sort" and "reverse"
2017-08-04 00:36:31 +02:00
Basile Burg ef0c7cc2f5
array proposals, remove "sort" and "reverse" 2017-08-04 00:16:24 +02:00
Basile Burg 7509e10d2d Merge pull request #402 from dlang-community/upd-dep
update dependencies
2017-07-27 12:20:52 +02:00
Basile Burg 10277bec27
update dependencies 2017-07-27 11:31:49 +02:00
Basile Burg cbcc6faac3 fix #400 - handle completion for auto bools 2017-07-20 14:32:45 +03:00
Brian Schott 91d3085094 Merge pull request #396 from mleise/patch-1
Provide backlog for socket.listen()
2017-07-05 11:39:42 -07:00
Marco Leise a22e3dd34c Provide backlog for socket.listen()
`listen(0)` in general means that you can't connect to the server at all. That it still works is at least in parts due to SYN cookies being enabled in most Linux systems. These allow connections even if an attacker spams the server with unacknowledged connection requests thereby filling up the backlog. Being behind a firewall/router I have this disabled in the kernel and witness the 'proper' socket behavior: The client waits for the server to make room in its size 0 backlog until the TCP timeout happens.
Both enabling SYN cookies and raising the backlog to at least 1 makes it work. Since DCD works purely on the loopback network which seems to accept connections synchronous on Linux at least, a value of 1 is probably all that's technically required, but some larger number (32) wont do any harm.
2017-07-05 19:45:12 +02:00
Brian Schott 6f387bf5cd Merge pull request #393 from denizzzka/split_server_code
Split server code
2017-07-05 00:21:54 -07:00
The Dlang Bot 27a3f8a763 Merge pull request #395 from dlang-community/rlz
update version for 0.9.0 stable
merged-on-behalf-of: Basile Burg <BBasile@users.noreply.github.com>
2017-07-03 10:14:25 +02:00
Basile Burg 82bb08d980
update version for 0.9.0 stable 2017-07-03 09:51:48 +02:00
Basile Burg 68d908008c Merge pull request #394 from dlang-community/beta-ver
[TRIVIAL] update version for --version
2017-07-02 16:03:34 +02:00
Basile Burg cc28b53e84
update version for --version 2017-07-02 15:59:06 +02:00
Denis Feklushkin ffb152c053 exclude main.d from library config 2017-06-30 18:01:19 +07:00
Denis Feklushkin 698e821f53 split server.d 2017-06-30 17:57:21 +07:00
Basile Burg 9162b042b1 Merge pull request #391 from dlang-community/issue-323
fix #323 - no completion in foreach with index in the ForeachTypeList
2017-06-30 03:03:40 +02:00
Basile Burg addda02c43
fix #323 - no completion in foreach with index in the ForeachTypeList 2017-06-28 21:23:31 +02:00
Richard Andrew Cattermole 7dfdccb142 Merge pull request #390 from dlang-community/issue-389
fix #389 - No completion on auto slices
2017-06-28 16:45:38 +12:00
Basile Burg 0dba456abd
fix #389 - No completion on auto slices 2017-06-28 06:31:08 +02:00
Basile Burg 1fd445a80b Merge pull request #385 from BBasile/reboot-localusage
find local usage of symbol located at cursor
2017-06-17 12:45:43 +02:00
Basile Burg aaa89143d2
adress Zombine's review 2017-06-16 13:58:12 +02:00
Basile Burg 1ab8a8ec08
find local usage of symbol located at cursor
(partially based on unmainted PR 202)
2017-06-16 13:58:06 +02:00
Basile Burg 42c5358940 log failed access to import path 2017-06-16 14:47:46 +03:00
Basile Burg 924292b523 udpate json & submodule
# Conflicts:
#	dub.json
2017-06-16 14:47:46 +03:00
Basile Burg 4906307357 also check the scanner in autocomplete 2017-06-16 14:47:46 +03:00
Basile Burg ec6f821100 fix #319 2017-06-16 14:47:46 +03:00
Basile Burg c36befd931 Merge pull request #387 from dlang-community/issue-386
fix #386 - No ddoc hints for the unions
2017-06-13 11:19:04 +02:00
Basile Burg 9b06e92b57
fix #386 - No ddoc hints for the unions 2017-06-13 10:48:10 +02:00