2016-04-25 |
Vladimir Krivosheev | Merge remote-tracking branch 'origin/master' into IDEA...
|
commit | commitdiff | tree |
2016-04-22 |
Vladimir Krivosheev | built-in web server — forbid untrusted access: check...
|
commit | commitdiff | tree |
2016-04-22 |
Vladimir Krivosheev | built-in web server — forbid untrusted access
|
commit | commitdiff | tree |
2016-04-22 |
Vladimir Krivosheev | cleanup
|
commit | commitdiff | tree |
2016-04-22 |
Vladimir Krivosheev | built-in web server — forbid untrusted access
|
commit | commitdiff | tree |
2016-04-22 |
Vladimir Krivosheev | IDEA-CR-10285 set limit to 60, fix quotes
|
commit | commitdiff | tree |
2016-04-22 |
Vladimir Krivosheev | rest api: limit number of requests per minite and check...
|
commit | commitdiff | tree |
2016-04-22 |
Vladimir Krivosheev | ask the user to confirm if he wants to open the file
|
commit | commitdiff | tree |
2016-04-22 |
Vladimir Krivosheev | rest-api returns 200, built-in web server 404
|
commit | commitdiff | tree |
2016-04-22 |
Vladimir Krivosheev | restore broken / redirection functionality
|
commit | commitdiff | tree |
2016-04-22 |
Vladimir Krivosheev | add shtm/stm as html files
|
commit | commitdiff | tree |
2016-04-22 |
Vladimir Krivosheev | use UUID instead of incremental int id
|
commit | commitdiff | tree |
2016-04-22 |
Vladimir Krivosheev | any asset must be requested with valid Refer (from...
|
commit | commitdiff | tree |
2016-04-22 |
Vladimir Krivosheev | checkAccess in DefaultWebServerPathHandler — because...
|
commit | commitdiff | tree |
2016-04-22 |
Vladimir Krivosheev | log.warn if not found, fix comment
|
commit | commitdiff | tree |
2016-04-22 |
Vladimir Krivosheev | fix pubserve
|
commit | commitdiff | tree |
2016-04-22 |
Vladimir Krivosheev | add X-Content-Type-Options: nosniff
|
commit | commitdiff | tree |
2016-04-22 |
Vladimir Krivosheev | set X-Frame-Options to SameOrigin (rest api — Deny)
|
commit | commitdiff | tree |
2016-04-22 |
Vladimir Krivosheev | /api/file — do not expose status in any case, always...
|
commit | commitdiff | tree |
2016-04-22 |
Vladimir Krivosheev | cleanup
|
commit | commitdiff | tree |
2016-04-22 |
Vladimir Krivosheev | remove OpenFileXmlRpcHandler
|
commit | commitdiff | tree |
2016-04-22 |
Vladimir Krivosheev | forbid POST requests from browser without Origin
|
commit | commitdiff | tree |
2016-04-22 |
Vladimir Krivosheev | cleanup
|
commit | commitdiff | tree |
2016-04-22 |
Vladimir Krivosheev | host doesn't contain scheme
|
commit | commitdiff | tree |
2016-04-22 |
Vladimir Krivosheev | close connection if message > 8192
|
commit | commitdiff | tree |
2016-04-22 |
Vladimir Krivosheev | dns rebinging fix for built-in web server
|
commit | commitdiff | tree |
2016-04-22 |
Vladimir Krivosheev | use InetAddress.getLoopbackAddress()
|
commit | commitdiff | tree |
2016-04-22 |
Vladimir Krivosheev | check Host
|
commit | commitdiff | tree |
2016-04-22 |
Vladimir Krivosheev | HttpRequestHandler by default is accessible only from...
|
commit | commitdiff | tree |
2016-04-22 |
Vladimir Krivosheev | move isLocalOrigin to netty.kt (as in 145 branch)
|
commit | commitdiff | tree |
2016-04-22 |
Vladimir Krivosheev | trust our chrome-extensions
|
commit | commitdiff | tree |
2016-04-22 |
Vladimir Krivosheev | OpenFileHttpService — do not expose file status if...
|
commit | commitdiff | tree |
2016-04-22 |
Vladimir Krivosheev | fix isOwnHostName and add tests
|
commit | commitdiff | tree |
2016-04-22 |
Vladimir Krivosheev | cleanup
|
commit | commitdiff | tree |
2016-04-22 |
Vladimir Krivosheev | convert OpenFileHttpService to kotlin
|
commit | commitdiff | tree |
2016-04-22 |
Vladimir Krivosheev | check intermediate directories
|
commit | commitdiff | tree |
2016-04-22 |
Vladimir Krivosheev | don't expose file status if not local origin
|
commit | commitdiff | tree |
2016-04-22 |
Vladimir Krivosheev | cleanup
|
commit | commitdiff | tree |
2016-04-22 |
Vladimir Krivosheev | IDEA-CR-10038 check Referer as well
|
commit | commitdiff | tree |
2016-04-22 |
Vladimir Krivosheev | add isAllowRequestOnlyFromLocalOrigin and enabled it by
|
commit | commitdiff | tree |
2016-04-21 |
Vladimir Krivosheev | update netty to 4.1.0.CR7
|
commit | commitdiff | tree |
2016-04-18 |
Vladimir Krivosheev | restore use.loaded.state.as.existing for Upsource
|
commit | commitdiff | tree |
2016-04-18 |
Vladimir Krivosheev | show browser selector even if browser count < 2
|
commit | commitdiff | tree |
2016-04-11 |
Vladimir Krivosheev | simplify — add response(string)
|
commit | commitdiff | tree |
2016-04-11 |
Vladimir Krivosheev | IDEA-CR-9966 return bad request instead of exception
|
commit | commitdiff | tree |
2016-04-11 |
Vladimir Krivosheev | simplify — use kt extension functions
|
commit | commitdiff | tree |
2016-04-11 |
Vladimir Krivosheev | convert DelegatingHttpRequestHandler, DelegatingHttpRequestH...
|
commit | commitdiff | tree |
2016-04-11 |
Vladimir Krivosheev | convert DelegatingHttpRequestHandler, DelegatingHttpRequestH...
|
commit | commitdiff | tree |
2016-04-07 |
Vladimir Krivosheev | IDEA-CR-9966 add test, assert that decoded raw path...
|
commit | commitdiff | tree |
2016-04-07 |
Vladimir Krivosheev | cleanup
|
commit | commitdiff | tree |
2016-04-07 |
Vladimir Krivosheev | fix use java nio Path
|
commit | commitdiff | tree |
2016-04-07 |
Vladimir Krivosheev | cleanup, use java nio Path
|
commit | commitdiff | tree |
2016-04-07 |
Vladimir Krivosheev | convert SsiExternalResolver to kotlin
|
commit | commitdiff | tree |
2016-04-07 |
Vladimir Krivosheev | convert SsiExternalResolver to kotlin
|
commit | commitdiff | tree |
2016-04-07 |
Vladimir Krivosheev | fix web path canonicalization
|
commit | commitdiff | tree |
2016-04-06 |
Vladimir Krivosheev | WEB-16554 Debugging with sourcemaps: breakpoints in...
|
commit | commitdiff | tree |
2016-04-06 |
Vladimir Krivosheev | cleanup — use ModuleRootListener directly
|
commit | commitdiff | tree |
2016-04-06 |
Vladimir Krivosheev | statemap — serialize xml in binary form to speed up...
|
commit | commitdiff | tree |
2016-04-04 |
Vladimir Krivosheev | cleanup
|
commit | commitdiff | tree |
2016-04-04 |
Vladimir Krivosheev | IDEA-CR-8978 don't use deprecated method resume
|
commit | commitdiff | tree |
2016-04-04 |
Vladimir Krivosheev | add deprecated notes
|
commit | commitdiff | tree |
2016-03-26 |
Vladimir Krivosheev | WEB-20340 JavaScript debugger doesn't show "this" reference...
|
commit | commitdiff | tree |
2016-03-26 |
Vladimir Krivosheev | if there are 2 breakpoints on first line for the same...
|
commit | commitdiff | tree |
2016-03-26 |
Vladimir Krivosheev | fix expected:<[]ics> but was:<[reference.settings....
|
commit | commitdiff | tree |
2016-03-25 |
Vladimir Krivosheev | js.debugger.fix.jspm.source.maps
|
commit | commitdiff | tree |
2016-03-24 |
Vladimir Krivosheev | FileEditorProvider — add default impl of writeState...
|
commit | commitdiff | tree |
2016-03-24 |
Vladimir Krivosheev | cleanup
|
commit | commitdiff | tree |
2016-03-24 |
Vladimir Krivosheev | convert MappingEntry to kotlin
|
commit | commitdiff | tree |
2016-03-24 |
Vladimir Krivosheev | convert MappingEntry to kotlin
|
commit | commitdiff | tree |
2016-03-24 |
Vladimir Krivosheev | get rid of KotlinFriendlyColoredListCellRenderer —...
|
commit | commitdiff | tree |
2016-03-24 |
Vladimir Krivosheev | remove flag configuration.saving.v3
|
commit | commitdiff | tree |
2016-03-23 |
Vladimir Krivosheev | IDEA-CR-8978 deprecate old methods
|
commit | commitdiff | tree |
2016-03-23 |
Vladimir Krivosheev | version and since are not required anymore
|
commit | commitdiff | tree |
2016-03-18 |
Vladimir Krivosheev | do not call InjectorUtils.getActiveInjectionSupports...
|
commit | commitdiff | tree |
2016-03-17 |
Vladimir Krivosheev | IDEA-148064 IntelliJ IDEA does not offer to remove...
|
commit | commitdiff | tree |
2016-03-17 |
Vladimir Krivosheev | do not create DOM on scheme load (currently, only codestyle...
|
commit | commitdiff | tree |
2016-03-17 |
Vladimir Krivosheev | cleanup
|
commit | commitdiff | tree |
2016-03-17 |
Vladimir Krivosheev | move ExternalizableSchemeAdapter to platform-impl
|
commit | commitdiff | tree |
2016-03-17 |
Vladimir Krivosheev | get rid of "uncheck cast"
|
commit | commitdiff | tree |
2016-03-17 |
Vladimir Krivosheev | add note that "Element will not be modified, it is...
|
commit | commitdiff | tree |
2016-03-17 |
Vladimir Krivosheev | IDEA-131690 Settings repository plugin: when I merged...
|
commit | commitdiff | tree |
2016-03-17 |
Vladimir Krivosheev | use loadElement (ignore whitespace)
|
commit | commitdiff | tree |
2016-03-17 |
Vladimir Krivosheev | cleanup
|
commit | commitdiff | tree |
2016-03-17 |
Vladimir Krivosheev | lazy init code style
|
commit | commitdiff | tree |
2016-03-14 |
Vladimir Krivosheev | IDEA-152596 Save settings failed. kotlin.TypeCastException...
|
commit | commitdiff | tree |
2016-03-11 |
Vladimir Krivosheev | update netty to 4.1.0-CR3
|
commit | commitdiff | tree |
2016-03-11 |
Vladimir Krivosheev | fix Jump To Source if vm is child
|
commit | commitdiff | tree |
2016-03-11 |
Vladimir Krivosheev | cleanup
|
commit | commitdiff | tree |
2016-03-11 |
Vladimir Krivosheev | convert VariablesGroup, ValueGroupFactory, VariableContextWr...
|
commit | commitdiff | tree |
2016-03-11 |
Vladimir Krivosheev | convert VariablesGroup, ValueGroupFactory, VariableContextWr...
|
commit | commitdiff | tree |
2016-03-10 |
Vladimir Krivosheev | MultiVmDebugProcess — add default impl of childConnections
|
commit | commitdiff | tree |
2016-03-10 |
Vladimir Krivosheev | update nodejs version in tests, ignore "Failed to send...
|
commit | commitdiff | tree |
2016-03-09 |
Vladimir Krivosheev | WEB-19117 Debugger is extremely slow to start w/ Node...
|
commit | commitdiff | tree |
2016-03-03 |
Vladimir Krivosheev | startForceStepInto must be overriden
|
commit | commitdiff | tree |
2016-03-02 |
Vladimir Krivosheev | XDebugProcess — pass suspend context to resume methods
|
commit | commitdiff | tree |
2016-03-02 |
Vladimir Krivosheev | multi-vm debug — set thread name for non-main vm in...
|
commit | commitdiff | tree |
2016-03-02 |
Vladimir Krivosheev | rename to SuspendContextView.kt
|
commit | commitdiff | tree |
2016-03-02 |
Vladimir Krivosheev | multi-vm debug —add vm name
|
commit | commitdiff | tree |
2016-03-01 |
Vladimir Krivosheev | move compareFunctions to separate file to simplify...
|
commit | commitdiff | tree |
2016-02-29 |
Vladimir Krivosheev | multi-process debug — prepare to implement getExecutionStacks
|
commit | commitdiff | tree |
next |